.hidden--desktop {
    display: block;
}

.header {
    background-color: #18A574;
    flex-direction: row;
    padding: 24px 20px;
}

.header .header_container {
    align-items: center;
    background-color: transparent;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0;
}

.header .header_logo {
    margin: 0;
    width: 156px;
}

.header .header-phone {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
}

.orderSection {
    grid-template-areas:
        "left"
        "right";
}

.orderSection_reviewsBrand {
    margin-bottom: 18px;
}

.orderSection_reviewsInfo {
    justify-content: center;
}

.orderSection_reviewsInfo span {
    color: #18A574;
    --reviewsInfoFS: 18px;
}

.offer-selector-title {
    color: #4E5D74;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;    
    margin: 18px auto 0;
    text-align: center;
    max-width: 1180px;
}

.orderSection_left {
    padding: 0 20px;
}

.order-section-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.order-section-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-align: left;
}

.cta.initial .cta_button {
    max-width: 100%;
    padding: 10px 30px;
    text-align: center;
    width: 100%;
}

.section_video .container {
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
}

.video-marty .vjs-poster{
    background: url("https://cdn.drmartypets.com/images/video/marty_cesar_canine_breakthrough.jpg") !important;
    background-size: cover !important;
    background-position: center;
}

.video-js .vjs-big-play-button,
.video-js .vjs-share-control,
.video-js .vjs-picture-in-picture-control {
    display: none;
}

.section-8 {
    background-image: url("https://cdn.drmartypets.com/images/bg_cesar_walking_dogs.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.section-8 .chooseTitle {
    font-size: 24px;
    line-height: 30px;
    margin: 30px auto 40px;
}

.question-div {
    border-bottom: 0;
}

.question-div h3 {
    border-bottom: 1px solid #979797;
    padding: 0 65px 20px 0;
}

.faq .title-card .white-title {
    font-size: 36px;
    line-height: 43px;
}

.faq .toggle {
    background-image: url("https://cdn.drmartypets.com/images/arrow-white-up.png");
    background-size: cover;
    height: 15px;
    top: -70px;
    transform: rotate(180deg);
    width: 45px;
}

.faq .toggle.toggle--open {
    transform: rotate(0deg);
}

.faq .cta_button.order-faq {
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    line-height: 28px;
}

.footer {
    margin-top: 0;
}

@media screen and (min-width: 1024px) {
    .hidden--desktop {
        display: none;
    }

    .header .header_logo {
        width: 175px;
    }
    
    .orderSection {
        grid-template-areas:
            "left right"
            "left right";
    }

    .section_video .container {
        margin-bottom: 0;
    }    

    .orderSection_left {
        padding: 0 30px;
    }    
    
    .offer-selector-title {
        font-size: 48px;
        line-height: 57px;
        margin: 0 auto 30px;
    }    

    .cta.initial .cta_button {
        max-width: 270px;
    }
    
    .section-8 {
        background-image: url("https://cdn.drmartypets.com/images/bg_cesar_milan_dr_marty_desktop.jpg");
    }

    .section-8 .chooseTitle {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 20px;
    }    
}

@media screen and (min-width: 1600px) {
    .section-8 {
        background-position: top center;
    }
}