.cta-footer
    background-image: linear-gradient(113deg, #801452 0%, #b81d89 100%)
    display: flex
    border-radius: 50px 50px 0 0
    margin-top: 4rem
    color: white
    .right
        @include phone
            padding: 2rem
        padding: 3rem 3rem 3rem 0 
        display: flex
        flex-direction: column
        gap: 2rem
        h1
            @include phone
                font-size: 1.4rem !important
            font-size: 2.5rem !important
            margin: 0
            text-shadow: 3px 3px #acacac40
            font-weight: 900
        .restaurant-container-wrapper
            position: relative
            display: block !important
            bottom: -16px
    .left
        @include phone
            display: none
        img
            position: absolute
            bottom: 0
            left: 10%
            width: 60%

.cta-footer__arrow
    position: absolute
    bottom: 15%
    left: 20%
    width: 40%  