.client {
    padding: 50px 80px;
}

.client_flex {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    margin-bottom: 50px;
}

.client_left {
    width: 25% !important;
    height: auto;
}

.client_left h3 {
    color: #003478;
    padding-left: 25px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 34px;
    border-left: 5px solid #003478;
}

.client_right {
    width: 70% !important;
    height: auto;
}

.client_logo_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:991px) {
    .client_flex {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }

    .client_left {
        width: 100% !important;
    }

    .client_right {
        width: 100% !important;

    }
    .client{
        padding: 0px 0 50px;
    }
    .client_left h3{
        font-size: 33px;
        line-height: 35px;
    }

}
@media(max-width:575px){
    .client_left h3 {
        font-size: 33px;
        line-height: 40px;
        margin-top: 0;
    }
}
@media(max-width:480px){
    .client_left h3 {
        font-size: 27px;
        line-height: 35px;
        margin-top: 0;
    }
}