




.support .about-products {
    padding: 70px 0px;
}

.underline-yellow::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #E0AB3A;

    bottom: 0px;
}

.support .about-products .about {
    display: flex;
}

.support .about-products .about div {
    width: 50%;
}


.support .about-products .about div .title {
    font-size: 34px;
    font-weight: 400;
    color: #000;

    position: relative;
    padding-bottom: 2rem;
}

.support .about-products .about div .text {
    font-size: 14px;
    font-weight: 400;
    color: #474545;
}


.support .our-partners .title{

    font-size: 34px;
    font-weight: 400;
    position: relative;
    width: fit-content;
    margin-bottom: 0px;
    line-height: 34px;
}
.support .our-partners .title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: #F8C12C;
    transform: translateX(100%);
}

.support .how-we-help .helps {
    display: flex;
}

.support .how-we-help .helps .help {
    padding: 50px;
    text-align: center;
}

.support .how-we-help .helps .help .title {
    font-size: 21px;
    font-weight: 600;
    margin-top: 1rem;
    
}

.support .how-we-help .helps .help .text {
    font-size: 13px;
    font-weight: 400;

    /* maxlines */
}

.support .how-we-help .helps .d-flex-1 .help:nth-child(1){
    color: #fff;
    background-color: #000;
}

.support .how-we-help .helps .d-flex-1 .help:nth-child(2){
    color: #fff;
    background-color: #151515;
}
.support .how-we-help .helps .d-flex-2 .help:nth-child(1){
    color: #000;
    background-color: #E0A334;
}
.support .how-we-help .helps .d-flex-2 .help:nth-child(2){
    color: #000;
    background-color: #C38B31;
}


@media screen and (max-width: 578px) {

    .support .how-we-help .helps {
        flex-direction: row;
    }

}

@media screen and (max-width: 870px) {

    .support .how-we-help .helps .help {
        width: 50%;
    }
    .support .how-we-help .helps {
        flex-direction: column;
    }

}
@media screen and (max-width: 406px) {

    .support .how-we-help .helps .d-flex {
        flex-direction: column;
    }
    .support .how-we-help .helps .help {
        width: 100%;
    }
    .support .about-products .about {
        flex-direction: column;
    }
    .support .about-products .about div {
        width: 100%;
    }
}