.logoText {
    color    : white;
    font-size: 1.5em;
}

.slide-thumb {
    width      : 175px;
    height     : 70px;
    line-height: 58px;
    text-align : center;
    color      : white;
    background : url('../img/banner/sb.png') 50%/cover no-repeat local;
}

.about-circle {
    padding : 150px 0;
    position: relative;
}

.about-img {
    overflow     : hidden;
    border-radius: 50%;
    width        : 470px;
    height       : 470px;
    box-shadow   : 0 10px 40px 0 rgba(50, 50, 50, .3);
    border       : 3px solid #fff;
    margin       : auto;
    z-index      : 11;
}

.about-text {
    margin-top: 150px;
}

.about-text .section-title {
    margin-bottom: 20px;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.thumb-text {
    width         : 145px;
    height        : 58px;
    line-height   : 48px;
    color         : #061738;
    font-weight   : 700;
    text-align    : center;
    background    : url('../img/banner/ab.png') 50%/cover no-repeat local;
    text-transform: uppercase;
}

.about-circle:before {
    position         : absolute;
    left             : 50%;
    -webkit-transform: translateX(-50%);
    transform        : translateX(-50%);
    top              : 0;
    height           : 100%;
    width            : 300px;
    z-index          : -1;
    content          : "";
    background       : -webkit-linear-gradient(115deg, #03b664, #ffc039);
    background       : linear-gradient(-25deg, #03b664, #ffc039);
    background       : -webkit-linear-gradient(-25deg, #03b664, #ffc039);
    background       : -ms-linear-gradient(-25deg, #03b664 0, #ffc039 100%);
}

.ab-shape {
    position         : absolute;
    top              : 50%;
    right            : 0;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
    z-index          : -1;
}

.about-icon-wrap {
    display   : -moz-flex;
    display   : -ms-flex;
    display   : -o-flex;
    display   : flex;
    margin-top: 40px;
}

@media (max-width: 767px) {

    .about-img {
        overflow     : hidden;
        border-radius: 50%;
        width        : 395px;
        height       : 395px;
        box-shadow   : 0 10px 40px 0 rgb(50 50 50 / 30%);
        border       : 3px solid #fff;
        margin       : auto;
        z-index      : 11;
    }
}

@media (max-width: 390px) {

    .about-img {
        overflow     : hidden;
        border-radius: 50%;
        width        : 350px;
        height       : 350px;
        box-shadow   : 0 10px 40px 0 rgb(50 50 50 / 30%);
        border       : 3px solid #fff;
        margin       : auto;
        z-index      : 11;
    }
}