.featuredInLogosSection {
    background: #fff;
    padding: 15px 0 5px;
    text-align: center;
}

.featuredInLogosSection .title {
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0 25px 0;
    display: block;
}

.featuredInLogosSection .singleItem {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 85px;
    margin: 0 20px;
}

.featuredInLogosSection .singleItem img {
    max-width: 100%;
}


/* .featuredInLogosSection .singleItem.logo_1 {
    width: 179px;
}

.featuredInLogosSection .singleItem.logo_2 {
    width: 107px;
}

.featuredInLogosSection .singleItem.logo_3 {
    width: 77px;
}

.featuredInLogosSection .singleItem.logo_4 {
    width: 164px;
}

.featuredInLogosSection .singleItem.logo_5 {
    width: 241px;
}

.featuredInLogosSection .singleItem.logo_6 {
    width: 268px;
} */

/* Template Specific Adjustments */
body.template-product-page-v2 .featuredInLogosSection {
    margin-bottom: 20px;
}

body.landing-page-template .featuredInLogosSection{
    margin-bottom: 40px;
}