/* left_right_content_with_image_sec */
.left_right_content_with_image_wrapper.with_bg {
    background-color: #D4DDEB;
}

.left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner .left_wrap {
    width: 50%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner .left_wrap .left_wrap__inner {
    text-align: center;
}

.left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner .left_wrap .left_wrap__inner .name_and_title {
    margin-top: 20px;
    font-size: 15px;
}

.left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner .right_wrap {
    width: 50%;
}

.page-template-template-landing-page .why_meditate_content_sec {
    margin: 100px 0;
}

.landing_faq_sec .content {
    margin-top: 60px;
    text-align: center;
}

.landing_faq_sec .content strong {
    font-weight: 600;
}

@media (min-width: 768px) {
    .left_right_content_with_image_sec.left_img_right_content .left_right_content_with_image_wrapper__inner {
        flex-direction: row-reverse;
    }

    .left_right_content_with_image_sec.left_img_right_content .left_right_content_with_image_wrapper__inner .left_wrap {
        padding-left: 20px;
        padding-right: 0;
    }
}


.page-template-template-landing-page .image_slider_with_content_section.light_blue {
    background-color: #f0f4f5;
    padding: 100px 0;
    margin: 0;
}

.page-template-template-landing-page .image_slider_with_content_section .content.sub_heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-landing-page .image_slider_with_content_section .content {
    margin-top: 40px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-landing-page .form_wrapper textarea {
    height: 100px;
}

@media (max-width: 991px) {
    .page-template-template-landing-page .why_meditate_content_sec {
        margin: 80px 0;
    }

    .page-template-template-landing-page .image_slider_with_content_section.light_blue {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {

    .left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner .left_wrap {
        width: 100%;
        padding: 50px 0 40px;
    }

    .left_right_content_with_image_sec .left_right_content_with_image_wrapper__inner .right_wrap {
        width: 100%;
    }

    .page-template-template-landing-page .why_meditate_content_sec {
        margin: 60px 0;
    }

    .page-template-template-landing-page .image_slider_with_content_section.light_blue {
        padding: 60px 0;
    }

    .landing_faq_sec .content {
        margin-top: 40px;
    }
}