*
{
    margin: 0;
    padding: 0;
}

.text-white{
    opacity: 1;
}

.about-container .about-desc p{
    text-align: justify;
}


.about-container .coupons-container .coupons-1 {
    width: 250px;
    height: 150px;
    background-color: green;

}
.about-container .coupons-container .coupons-2 {
    width: 250px;
    height: 150px;
    background-color: purple;

}
.about-container .coupons-container .coupons-3 {
    width: 250px;
    height: 150px;
    background-color: orange;

}

.about-container .coupons-container .coupons-1 , .coupons-2 , .coupons-3 p{
    font-size: 25px;
}

.about-container .logo-container .logo-container-items .coupons-image{

    width: 300px;
    height: 150px;
}
.about-container .logo-container .logo-container-items .coupons-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-container .faq-container h2{
    font-weight: 600;
}

.about-container .faq-container .row .faq-content h6{
    font-weight: 600;
    font-size: 20px;
}

.content-container p{
    text-align: justify;
}