.spotlight {
    margin: 52px 0 63px;
}

.spotlight_wrapper {}

.spotlight_wrapper_heading {
    font-size: 44px;
    line-height: 58px;
    font-family: supria-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #00346A;
    text-align: center;
    margin: 0 0 78px;

}

.spotlight_wrapper_list {
    display: flex;
    justify-content: start;
    margin: 0 -20px;
}

.spotlight_wrapper_list_item {
    width: calc(100% / 3);
    padding: 0 20px;
}

.spotlight_wrapper_list_item_inner {
    border-radius: 19px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.spotlight_wrapper_list_item_inner_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 19px 19px 0 0;
}

.spotlight_wrapper_list_item_inner_data {
    padding: 0 36.5px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -56px;
}

.spotlight_wrapper_list_item_inner_data_logo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    max-width: 113px;
    max-height: 113px;
    margin-bottom: 12px;
}

.spotlight_wrapper_list_item.type_firm .spotlight_wrapper_list_item_inner_data_logo {
    background-color: #fff;
}

.spotlight_wrapper_list_item_inner_data_logo img {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.41);
}

.testimonial_item .spotlight_wrapper_list_item_inner_data_logo img {
    box-shadow: none;
}

.testimonial_item.slick-current .spotlight_wrapper_list_item_inner_data_logo img {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.41);
}

.spotlight_wrapper_list_item_inner_data_subheading {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-style: normal;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    color: #fff;
}

.spotlight_wrapper_list_item_inner_data_title {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    font-style: normal;
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
}
.spotlight_wrapper_list_item_inner_data_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.33;
}

.spotlight_wrapper_list_item_inner_data_list {}

.spotlight_wrapper_list_item_inner_data_list_item {
    display: flex;
}

.spotlight_wrapper_list_item_inner_data_list_item_icon {
    margin-right: 12px;
}

.spotlight_wrapper_list_item_inner_data_list_item_text {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-style: normal;
    margin-bottom: 29px;
    color: #fff;
}

.spotlight_wrapper_list_item_inner_data_list_item_text.testimoinal_text {
    line-height: 27px;
}

.spotlight_wrapper_list_item_inner_data_list_item_text ul {
    margin-bottom: 0;
}

.spotlight_wrapper_list_item_inner_data_list_item_text ul li {
    list-style: none;
    font-size: 18px;
    line-height: 22px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.spotlight_wrapper_list_item_inner_data_list_item_text label {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-style: normal;
    margin-bottom: 4px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.spotlight_wrapper_list_item_inner_data .slick_control {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 21px;
}

.spotlight_wrapper_list_item_inner_data .slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin: 0 21px;
}

.spotlight_wrapper_list_item_inner_data .slick-dots li {
    list-style: none;
    border: 1px solid #fff;
    background-color: transparent;
    margin-right: 17px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s ease;
}

.spotlight_wrapper_list_item_inner_data .slick-dots li:last-child {
    margin-right: 0;
}

.spotlight_wrapper_list_item_inner_data .slick-dots li:hover {
    background-color: #fff;
}

.spotlight_wrapper_list_item_inner_data .slick-dots li.slick-active {
    background-color: #fff;
}

.spotlight_wrapper_list_item_inner_data .slick-dots li button {
    display: none;
}

.spotlight_bottom_btn_sec {
    text-align: center;
}

.spotlight_wrapper_list_item.type_firm .spotlight_wrapper_list_item_inner {
    background-color: #00346A;
}

.spotlight_wrapper_list_item.type_attorney .spotlight_wrapper_list_item_inner {
    background-color: #5E1B39;
}

.spotlight_wrapper_list_item.type_testimonial .spotlight_wrapper_list_item_inner {
    background-color: #577CA2;
}

.spotlight_bottom_btn_sec .btn.bottom_btn {
    margin-top: 63px;
}

.spotlight .btn.type_firm_btn {
    width: 100%;
    font-family: supria-sans, sans-serif;
    font-size: 16px;
    line-height: 21px;
    background-color: #fff;
    color: #00346A;
    margin-top: auto;
    transition: all 0.5s ease;
}

.spotlight .btn.type_attorney_btn {
    width: 100%;
    font-family: supria-sans, sans-serif;
    font-size: 16px;
    line-height: 21px;
    background-color: #fff;
    color: #5E1B39;
    margin-top: auto;
    transition: all 0.5s ease;
}

.spotlight .btn.type_testimonial_btn {
    width: 100%;
    font-family: supria-sans, sans-serif;
    font-size: 16px;
    line-height: 21px;
    background-color: #fff;
    color: #2F2F2F;
    margin-top: auto;
    transition: all 0.5s ease;
}

.spotlight .btn.type_firm_btn:hover,
.spotlight .btn.type_attorney_btn:hover,
.spotlight .btn.type_testimonial_btn:hover {
    /* background-color: #6c6c6c;
    color: #fff; */
    background-color: #fff;
    opacity: 0.9;
}

@media (max-width: 1199px) {
    .spotlight_wrapper_list {
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .spotlight_wrapper_list_item {
        width: calc(100% / 2);
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .spotlight_wrapper_heading {
        font-size: 40px;
        line-height: 54px;
        margin: 0 0 65px;
    }

    .spotlight_bottom_btn_sec .btn.bottom_btn {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .spotlight_wrapper_heading {
        margin: 0 0 50px;
    }

    .spotlight_wrapper_list_item_inner_data {
        padding: 0 25px 32px;
    }

    .spotlight_wrapper_list_item {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .spotlight_wrapper_list {
        margin: 0 -10px;
    }

    .spotlight_wrapper_list_item_inner_data_title {
        font-size: 22px;
        line-height: 32px;
    }

    .spotlight_wrapper_list_item_inner_data_list_item_text {
        margin-bottom: 22px;
    }

    .spotlight_wrapper_heading .btn.bottom_btn {
        margin-top: 40px;
    }

    .spotlight_bottom_btn_sec .btn.bottom_btn {
        margin-top: 30px;
    }

    .spotlight {
        margin: 45px 0 55px;
    }
}

@media (max-width: 767px) {
    .spotlight_wrapper_list {
        margin: 0 0;
    }

    .spotlight_wrapper_heading {
        font-size: 36px;
        line-height: 50px;
        margin: 0 0 40px;
    }

    .spotlight_wrapper_list_item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .spotlight_wrapper_list_item_inner_data {
        padding: 0 15px 32px;
    }

    .spotlight_wrapper_list_item_inner_data_title {
        font-size: 20px;
        line-height: 30px;
    }

    .spotlight_wrapper_heading .btn.bottom_btn {
        margin-top: 15px;
    }

    .spotlight_bottom_btn_sec .btn.bottom_btn {
        margin-top: 25px;
    }

    .spotlight {
        margin: 40px 0 50px;
    }
}
@media (max-width: 767px) {
    .spotlight_wrapper_heading {
        font-size: 32px;
        line-height: 43px;
    }
}