.four-column-logos-section {
    padding: 30px 0 100px;
}
.four-column-logos-section h5 {
    font-weight: 400;
    color: var(--decp-text);
}
.four-column-logos-section .title {
    text-align: center;
    margin-bottom: 35px;
}
.logos-row {
    display: flex;
    justify-content: center;
    margin-bottom: -44px;
    margin-left: -22px;
    margin-right: -22px;
    flex-wrap: wrap;
}
.logos-row .logos {
    border-radius: 12px;
    background: #E7F2F5;
    padding: 15px;
    margin: 0 22px 44px;
    
}
.logos-row .logos img {
    vertical-align: middle;
}
.logos-row .logos img {
    max-width: 200px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
@media only screen and (max-width:1199px){
    .four-column-logos-section {
        padding: 30px 0 85px;
    }
}
@media only screen and (max-width:991px){
    .four-column-logos-section {
        padding: 30px 0 65px;
    }
    .logos-row{
        margin-bottom: -24px;
        margin-left: -12px;
        margin-right: -12px;
    }
    .logos-row .logos {
        margin: 0 12px 24px;
    }
}
@media only screen and (max-width:767px){
    .four-column-logos-section {
        padding: 30px 0 45px;
    }
    .logos-row .logos img {
        max-width: 100px;

    }
}