/* Features */

.uv-features-block-wrapper {
    display: flex;
    width: 100%;
    padding: 4em 3.5em;
    align-items: center;
    background: #f3f3f3;
}

.uv-features-squares {
    width: 470px;
}

.uv-features-squares-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    gap: 20px;

}

.uv-item-feature {
    width: calc(50% - 10px);
    background-color: #ffffff;
    border-radius: 10px;
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uv-features-description {
    width: calc(100% - 470px);
    padding-right: 20px;
}

.uv-features-description-wrapper {
    max-width: 630px;
}

.uv-feature-title {
    font-family: var(--uvwp_footer_title_font_family);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;

}

.uv-feature-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 10px;
    max-width: 172px;
    text-transform: uppercase;
}

.uv-features-description-wrapper li,
.uv-features-description-wrapper p,
.uv-features-description-wrapper a {
    font-size: 24px;
}

.uv-features-description-wrapper li {

    margin-bottom: 20px;
    font-weight: 500;
}

.uv-features-description-wrapper li:last-child {

    margin-bottom: 0px;

}

.uv-features-description-wrapper .uv-faqs-left p,
.uv-features-description-wrapper .uv-faqs-left a,
.uv-features-description-wrapper .uv-faqs-left a,
.uv-features-description-wrapper .uv-faqs-right p,
.uv-features-description-wrapper .uv-faqs-right a,
.uv-features-description-wrapper .uv-faqs-right a,
.uv-features-description-wrapper .uv-features-description-wrapper a{
   color: #000;
   font-size: var(--uvwp_content_font_size);

}
.uv-features-description-wrapper .active .uv-close-icon::before, 
.uv-features-description-wrapper .active .uv-close-icon::after,
.uv-features-description-wrapper .uv-close-icon::before, 
.uv-features-description-wrapper .uv-close-icon::after {
    background-color: #000;
}

.uv-features-description-wrapper .uv-faqs-left *,
.uv-features-description-wrapper .uv-faqs-right *{
    color: #000;
}

body .uv-features-description-wrappe .uv-faq-modern-item {
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}



@media(max-width: 1080px) {
    .uv-features-block-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .uv-features-description {
        width: calc(100% - 0px);
    }

    .uv-features-block-wrapper {
        padding: 2em 1.5em;
    }

    .uv-features-description-wrapper li,
    .uv-features-description-wrapper p,
    .uv-features-description-wrapper a {
        font-size: 16px;
    }

    .uv-features-description {
        padding-right: 0px;
    }
}


@media(max-width: 590px) {
    .uv-feature-subtitle {
        font-size: .85em;
        line-height: 1.2;
    }
    .uv-feature-title {
      
        font-size: 40px;
    }
    .uv-features-squares {
        width: 100%;
    }

    .uv-item-feature {
        min-height: 170px;
    }


}