<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonial-card{
    background-color:rgb(31,98,142);
    border-radius: 8px;
    width: fit-content;
    font-family: sans-serif;
}
.client-small-desc,.details-of-client{
    color: white;
    font-size: 14px;
    text-align:left !important;
}
.details-of-client{
    width: inherit;
}

.client-img-box{
    width: fit-content;
    display: flex;
    align-items: flex-start;
    justify-content: center;    
    padding: 10px!important;
    border-radius: 10px!important;

}
.client-small-desc{
    width: fit-content;
    padding: 10px;
    text-align: left;
}
.client-img{
    width: 120px;
    height: 120px !important;
    object-fit: cover;
    /* background-color: white; */
    border-radius: 10px!important;
}
.swiper-slide{
    border-radius: 10px!important;
}
.client-desc-img{
    display: flex;
    gap: 5px;
    width: 100%;
}

.details-of-event{
    color: white;
    font-weight: bold;
    width: fit-content;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-weight: 800;
    /* text-align: center; */
}

.testimonial-section{
    /* background-color: #f0f8ff; */
    padding: 20px 0px;
}

@media (max-width:767px){
    .client-desc-img{
        flex-direction: column !important;
    }
    .client-img-box{
        justify-content: center;
        width: 100%;
    }
    .responsive-layout{
        display: flex;
        justify-content: center;
    }
    .before797{
        display: none!important;
    }
    .after797{
        display: block!important;
    }
    .whiteimp{
        color: white!important;
    }
}

@media (max-width:576px){
    #margin-left-responsive{
        transform: translateX(20px);
    }
}
.past-event-img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}</pre></body></html>