.landing-google-voice {
    margin: 112px 0 68px
}

.landing-google-voice .container::after, .landing-google-voice .container::before {
    content: '';
    position: absolute;
    top: 0;
    background: url("./../images/landing-right.png") 0 0/100% 100% no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    z-index: -1
}

.landing-google-voice .container::after {
    right: 0;
    width: 352px;
    height: 492px
}

.landing-google-voice .container::before {
    left: 0;
    width: 163px;
    height: 359px;
    background-image: url("./../images/landing-left.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.landing-google-voice-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 58px;
    max-width: 471px;
    width: 100%;
    margin: 0 auto 16px
}

.landing-google-voice-sub-title {
    font-size: 16px;
    line-height: 22px;
    max-width: 563px;
    margin: 0 auto 24px
}

.landing-google-voice .btn {
    margin: 0 auto 208px;
    max-width: 201px;
    line-height: 46px;
    height: 48px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-right: 0px;
    border-radius: 4px 24px
}

.landing-google-voice .btn::after {
    content: '';
    position: absolute;
    top: 60%;
    right: 95%;
    width: 41px;
    height: 32px;
    background: url("./../images/btns-landing-2.png") 0 0/100% 100% no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%
}

.landing-google-voice-scroll {
    color: #8eb5d8;
    font-weight: 500;
    font-size: 10px
}

.landing-google-voice-scroll i {
    font-size: 24px;
    margin-bottom: 4px
}

@media only screen and (max-width: 767px) {
    .landing-google-voice-title {
        font-size: 32px;
        line-height: 40px;
        max-width: 320px
    }

    .landing-google-voice-sub-title {
        font-size: 14px
    }
}

.packages .row {
    gap: 56px 0
}

.packages-item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f7fbff
}

.packages-item .heading {
    position: relative;
    background-color: #0f8eff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 23px;
    line-height: 30px
}

.packages-item .heading span {
    position: absolute;
    border: 1px solid #eaf5ff;
    background-color: #f7fbff;
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .05);
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 18px);
    -moz-transform: translate(-50%, 18px);
    -ms-transform: translate(-50%, 18px);
    -o-transform: translate(-50%, 18px);
    transform: translate(-50%, 18px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 162px;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    color: #0f8eff
}

.packages-item .body {
    padding: 0 32px 15px
}

.packages-item .body .price {
    font-size: 25px;
    font-weight: 500;
    line-height: 10px
}

.packages-item .body ul {
    margin: 36px 0 24px
}

.packages-item .body ul li {
    font-size: 16px;
    font-weight: 500;
}

/*.packages-item .body ul li:not(:last-child) {*/
/*    margin-bottom: 24px*/
/*}*/

.packages-item .body ul li i {
    color: #1bd69e;
    font-size: 20px;
    margin-right: 15px
}

@media only screen and (max-width: 575px) {
    .landing-google-voice-title {
        font-size: 24px;
        line-height: 32px;
        max-width: 260px
    }

    .packages-item .body ul li {
        font-size: 14px
    }
}

.packages-item .body .btn {
    max-width: 100%;
    height: 41px;
    font-size: 18px;
    font-weight: 800;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 5px
}

@media only screen and (max-width: 991px) {
    .landing-google-voice .container::after, .landing-google-voice .container::before {
        top: -80px
    }

    .landing-google-voice .container::after {
        background-image: url("./../images/landing-mobile-2.png");
        width: 98px;
        height: 495px
    }

    .landing-google-voice .container::before {
        width: 62px;
        height: 379px;
        background-image: url("./../images/landing-mobile.png")
    }

    .packages .row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        overflow: auto hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .packages .row::-webkit-scrollbar {
        display: none
    }

    .packages .row > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 50%;
        scroll-snap-align: start
    }
}

@media only screen and (max-width: 767px) {
    .packages-item .heading {
        padding: 32px 20px
    }

    .packages-item .body {
        padding: 0 16px 15px
    }

    .packages .row > div {
        max-width: 70%
    }
}

@media only screen and (max-width: 499px) {
    .packages .row > div {
        max-width: 80%
    }
}

@media only screen and (max-width: 399px) {
    .packages .row > div {
        max-width: 87%
    }
}

.what-me-google-voice .content {
    max-height: 500px
}
