/*Join the strongest brands common css*/

.sogo-blue-banner-client-section{display:none !important;}
.sogo-join-brands-main{
    padding-top: 12.6rem;
    max-width: 168rem;
    margin: 0 auto;
    background: #fff;
}
.sogo-join-brands-head-wrapper {
    width: 60%;
    margin: 0 auto 6.3rem;
}

.sogo-join-brands-head-txt {
    text-align: center;
    font-family: 'Epilogue-Bold';
    font-size: 6.86rem;
    line-height: 1.23;
    color: #006259;
    margin-bottom: 4.2rem;
}

.sogo-join-brands-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 14rem;
}

.sogo-join-brands-logo-cards {
    width: 12%;
    height: 11.9rem;
    text-align: center;
    line-height: normal;
    padding: 3.5rem;
    border-right: 0.14rem solid rgba(0, 0, 0, .1);
    position: relative;
    border-bottom: 0.14rem solid rgba(0, 0, 0, .1);
}
.sogo-join-brands-logo-wrapper, .sogo-join-brands-logo-cards{
    box-sizing: content-box;
}
.sogo-join-brands-logo-cards:nth-child(6),.sogo-join-brands-logo-cards:nth-child(12) {
    border-right: none;
}
.sogo-join-brands-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sogo-join-brands-logo img{
    max-width: 19.6rem;
}
.sogo-join-brands-logo-cards:nth-last-child(-n+6) {
    border-bottom: none;
}
@media only screen and (max-width: 1200px) and (min-width:961px) {
    .sogo-join-brands-head-txt{
        width: 100%;
    }
    .sogo-join-brands-logo-cards{
        padding: 1.4rem 2.8rem;
    }
}
@media screen and (max-width: 960px) {
    .sogo-join-brands-head-wrapper{
         width: 100%;
    }
    .sogo-join-brands-head-txt {
        font-size: 3.64rem;
    }
    .sogo-join-brands-logo-cards {
        width: 20%;
        padding: 0rem 2.8rem;
    }
    .sogo-join-brands-logo-cards:nth-child(3n) {
        border-right: none;
    }
    
    .sogo-join-brands-logo-cards:nth-last-child(-n+6) {
        border-bottom: 0.14rem solid rgba(0,0,0,.1);
    }
    .sogo-join-brands-logo-cards:nth-last-child(-n+3){
        border-bottom: none;
    }
    
}
@media screen and (max-width: 767px) {
    .sogo-join-brands-logo img{
        max-width: 11.2rem;
    }
    .sogo-join-brands-main .column_container.vc_col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
}