.about-section {
    width: 100vw;
    display: flex;
    padding: 120px 0;
    background-color: #ffffff;
}

.about-container {
    margin: 0 auto;
    color: #222222;
}

.about--tittle {
    margin-bottom: 45px;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 36px;
}

.about--description-tittle {
    max-width: 1000px;
    display: block;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.625em;
    margin-bottom: 10px;
}

.about--description {
    max-width: 1000px;
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.625em;
}