.mobile_second_section
    margin: 5rem 0
    h2
        font-weight: 600
        span
            font-style: italic
            font-family: "DM Serif Display", serif
            font-weight: normal
    ul
        background-color: #F4F2F1
        padding: 2.3rem
        list-style-type: none
        border-radius: 10px
        margin-top: 0
        height: 100%
        @include phone
            height: auto
        li
            margin-bottom: 2.3rem
            &:last-child
                margin-bottom: 0
        h3
            display: flex
            align-items: center
            font-size: 1.6rem
            margin-bottom: 1rem
            svg
                margin-right: 8px
        p
            font-size: 1.3rem
            margin-top: 0
            @include phone
                font-size: 1.6rem
    video
        width: 100%
        height: 100%
        backdrop-filter: invert(1)
        border-radius: 10px
        overflow: hidden
        object-fit: cover
        @include tablet
            margin-top: 1rem
        @include tablet-ls
            margin-top: 1rem
        @include mac
            backdrop-filter: unset


.mobile_third_section
    margin: 5rem 0
    .row
        align-items: center
    h2
        font-weight: 600
        @include phone
            font-size: 2.6rem
            text-align: left
        span
            font-style: italic
            font-family: "DM Serif Display", serif
            font-weight: normal
    h3
        font-size: 1.6rem
        margin-bottom: 0
    img
        max-width: 100%
        &.mobile_third_image
            border-radius: 10px
    p
        @include phone
            font-size: 1.6rem
    .col-md-4
        .mobile_third_items
            display: flex
            flex-direction: column
        &:first-child
            .mobile_third_items
                padding-right: 2rem
                @include phone
                    padding: 0
        &:nth-child(2)
            border-left: 1px solid #707070
            border-right: 1px solid #707070
            @include phone
                border: none
            .mobile_third_items
                padding: 0 2rem
                @include phone
                    padding: 0
                    
        &:nth-child(3)
            .mobile_third_items
                padding: 0 2rem
                @include phone
                    padding: 0
                    br
                        display: none

.mobile_fourth_section
    margin: 5rem 0
    padding: 5rem 0
    background-size: cover
    background-repeat: no-repeat
    background-position: right center 
    min-height: 30vh 
    color: #fff
    @include phone
        background-image: none !important
        background-color: #000
    img
        max-width: 100%
        border-radius: 10px

    h2
        font-weight: 600
        span
            font-style: italic
            font-family: "DM Serif Display", serif
            font-weight: normal
    p
        @include phone
            font-size: 1.6rem
    .row    
        align-items: center
    .mobile_btn
        display: flex
        margin-top: 5px
        a
            border-radius: 35px
