.banner-section.pc {
    display: block;
}

.banner-section.mb {
    display: none;
}

.banner-section {
    height: auto !important;
}

.about-section {
    padding-top: 80px;
}

.about-section .pic-1 {
    border-radius: 16px;
}

.process-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
}

.step-item {
    width: 16%;
}

.step-arrow {
    width: 5%;
}

.services-section .inner-container:before {
    display: none;
}

.about-section {
    background-image: url(../images/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company-milestone {
    position: relative;
    background-image: url(../images/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company-milestone:before,
.advantage-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.95;
}

.advantage-section {
    position: relative;
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
