#about-section-2 {
    /* padding: 60px 0 120px; */
    /* background-color: #01A9B4; */
}

.box-icon-brebes {
    text-align: right;
}

#about-section-3 {
    /* margin-top: -60px; */
    margin: 60px 0;
}

.box-vision {
    padding: 50px 100px 120px;
    background-color: #2A2A2A;
    text-align: center;
    border-radius: 20px;
}

.quote-left {
    position: absolute;
    left: 40px;
    top: 60px;
}

.quote-right {
    position: absolute;
    right: 40px;
    bottom: 60px;
}

#about-section-5 {
    background-color: #2A2A2A;

}

@media screen and (max-width:767px) {
    .box-icon-brebes {
        text-align: center;
        margin-top: 40px;
    }

    .box-vision {
        padding: 40px 30px 80px;
    }

    .quote-left {
        top: 40px;
        width: 20px;
    }

    .quote-right {
        bottom: 40px;
        width: 20px;
    }

    .icon-mission {
        width: 48px;
    }
}
