/*=================BEGIN CONTENT ABOUT==================*/
.about-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.the-content .desc {
    margin-bottom: 25px;
}

.the-content p {
    padding: 0;
    margin: 12px 0;
}

.the-content .commit {
    background-color: #faa420;
    padding: 80px 20px 30px;
    color: #FFFFFF;
    position: relative;
}

.the-content .commit .quote {
    position: absolute;
    top: 60px;
    left: 48%;
    display: block;
    font-size: 128px;
    line-height: 27px;
    font-style: normal;
    font-weight: 700;
}
.the-content .commit .des {
    font-size: 18px;
    line-height: 27px;
}
/*=================RESPONSIVE=================*/
@media screen and (min-width: 992px) {
    .the-content {
        padding: 0 10.416666%;
    }

    .the-content .commit .des {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
}