.meet_chris_faq_section .elementor-tab-content a {
    color: #FFEF03;
}
.faq-expect.meet_chris_faq_section .elementor-tab-content a {
    color: #ff7a59;
}
.meet_chris_boi_img_col img {
    aspect-ratio: 1 / 1.5;
}


/* CASE STUDY INNER PAGES CSS START */

.case_study_inner_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.case_study-template .qodef-content-grid {
    width: 100%;
}

.case_study-template .qodef-m-content {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.case_study-template #qodef-page-inner {
    padding: 0;
}

/* CASE STUDY INNER PAGES CSS END */

.button_col span.qodef-m-icon {
    line-height: 0;
}

.meet_chris_book_section .qodef-m-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1.2;
}


@media only screen and (max-width: 1024px) {

    .case_study_inner_img img {
        aspect-ratio: 1 / 0.5;
    }

    .meet_chris_boi_img_col img {
        aspect-ratio: 1 / 1;
    }
}

@media only screen and (max-width: 768px) {

    .case_study-template h1.qodef-m-title.entry-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {

.meet_chris_book_section .qodef-m-image img {
    aspect-ratio: unset;
    height: 260px;
}
}

@media only screen and (max-width: 600px) {

    .case_study_inner_img img {
        aspect-ratio: 1 / 0.8;
    }

    .meet_chris_boi_img_col img {
    aspect-ratio: unset;
}
}