
[data-content-type='row'][data-appearance='contained']{
    max-width: unset;
}
.oe-main-content{
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px;
    font-size: 18px;
}
.oe-about{
    margin: 40px 0 20px 0;
}
.oe-about h3, .about-banner-content h3{
    border-left: 3px solid #FF4610;
    padding-left: 8px;
    font-size: 30px;
    font-weight: 900;
}
.oe-about .col-md-1{
    max-width: 45%;
}
.oe-about .col-md-2{
    max-width: 50%;
}
.content.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oe-about .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.cert.row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cert.desc{
    padding: 20px;
    width: 75%;
    text-align: center;
}
.content.column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cert-img{
    max-width: 16.6667%;
}
.oe-about-bg{
    position: relative;
}
.about-banner-content{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(256, 256, 256, 0.7);
    font-size: 16px;
    padding: 10px 30px 30px 30px;
    width: 1240px;
    height: 170px;
}
.about-banner-content .banner-desc{
    max-width: 49.5%;
    line-height: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1320px){
    .about-banner-content{
        height: 270px;
        width: 620px;
    }
    .about-banner-content .banner-desc{
        max-width: unset;
    }
}
@media only screen and (max-width: 767px){
    .cert-img{
        max-width: 33.3333%;
    }
    .oe-main-content{
        padding: 0 1.6vw;
        font-size: 16px;
    }
    .oe-about .col-md-1{
        max-width: 100%;
    }
    .oe-about-bg{
        height: auto !important;
        padding-top: 200px !important;
        background-size: auto 200px !important;
        background-position: top center !important;
    }
    .about-banner-content{
        position: static;
        width: auto;
        padding: 20px 1.6vw 0 1.6vw;
        height: auto;
    }
    .cert.desc{
        width: auto;
        padding: 20px 0;
    }
    .oe-about h3, .about-banner-content h3{
        font-size: 24px;
    }
}
@media only screen and (max-width: 475px){
    .cert-img{
        max-width: 50%;
    }
}
