
/*--- Mini Customer Spotlight Template Style Start ---*/
.spotlight_title_section {
    padding: 27px 0 0 0;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.spotlight_title_section .spotlight_title_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin-bottom: 62px;
}

.spotlight_title_section p {
    color: #202020;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.spotlight_title_section h5 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

.spotlight_title_section h1 {
    color: #000;
    text-align: center;
    font-family: "CanelaDeck", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}


.spotlight_wistia_video {

}

.story_content_section {
    padding: 80px 0 39px 0;
    font-family: "Poppins", sans-serif;
}

.story_content_section .story_content_section_grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.story_content_section .story_content_grid_sm {
    max-width: 240px;
    width: 100%;
}

.story_content_section .story_content_grid_lg {
    max-width: 635px;
    width: 100%;
}

.story_content_section .story_content_info + .story_content_info {
    margin-top: 24px;
}

.story_content_section .story_content_grid_sm > figure {
    margin-bottom: 20px !important;
}

.story_content_section .story_content_grid_sm h3 {
    color: #100A22;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 4px 0;
}

.story_content_section .story_content_grid_sm p {
    color: #100A22;
    font-size: 15.313px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 4px 0;
}

.story_content_section .story_content_grid_lg p {
    color: #333;
    font-family: "Graphik", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 29px 0;
}

.story_content_section .story_content_grid_lg p:last-child {
    margin-bottom: 0;
}

.spotlight_cta_section {
    padding: 112px 0 135px;
    background-color: #2D2C33;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.spotlight_cta_section h2 {
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 34px 0;
}

.wp-block-create-block-quote + .spotlight_cta_section {
    margin-top: 40px;
}

.spotlight_cta_section .sf_btns_group {
    justify-content: center;
}

@media (max-width: 1188px) {
    .spotlight_title_section h1 {
        font-size: 54px;
    }
}

@media (max-width: 759px) {
    .spotlight_title_section .spotlight_title_content {
        gap: 16px;
        margin-bottom: 40px;
    }

    .spotlight_title_section h1 br {
        display: none;
    }

    .spotlight_title_section h1 {
        font-size: 38px;
    }

    .spotlight_title_section h5 {
        letter-spacing: 1.5px;
    }

    .story_content_section .story_content_section_grid {
        flex-direction: column;
        gap: 35px;
    }

    .story_content_section {
        padding: 60px 0 20px;
    }

    .story_content_section .story_content_grid_lg p {
        font-size: 16px;
    }

    .spotlight_cta_section {
        padding: 60px 0;
    }

    .spotlight_cta_section h2 {
        font-size: 36px;
        margin-bottom: 25px;
        line-height: 1.4;
    }

    .spotlight_cta_section .sf_btn {
        min-width: 215px;
    }
}

/*--- Mini Customer Spotlight Template Style End ---*/

