/* Add custom CSS styles below */
/*font*/
@import 'https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap';* {
   font-family: cairo!important
}
/*end*/
.angel-features{
    background: linear-gradient(90deg, transparent, #58A336 20%, #58A336 80%, transparent);
}

.angel-features h2,.angel-features h4 ,.angel-features p{
    color:#ffffff !important;
}

.faqs-list__item {
    background-color:#58a336;
    color:#ffffff !important;
}

.faqs-list__item label{
    color:#ffffff !important;
}

.faqs-list__item i{
    background-color:#56ae32;
}

.testimonials-slider .da-bgg {
    background-color:#51a32f;
} 
.testimonials-slider *{
    color:#ffffff !important;
}

.second-category .swiper-wrapper{
    justify-content:center;
}