main {
    position: relative;
    align-items: center;
}

.about-section {
    width: 100%;

}


.left-image-one {
    float: left;
    width: 676px;
    margin-right: 60px;
    margin-top: 20px;
    height: auto;
}

.right-image {
    float: right;
    width: 500px;
    margin-left: 60px;
    margin-top: 30px;
}

.left-image-two {
    float: left;
    width: 500px;
    margin-right: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.about-section p {
    margin: 0;
    color: #A7AF87;
    font-size: 3vw;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: justify;
    hyphens: manual;
    word-break: break-word;
    word-spacing: 0.5em;
}

.about-section-reverse {
    flex-direction: row-reverse;
}