.header {
    width: 100%;
    z-index: 11;
    background: transparent;
}

.about {
    width: 100%;
    box-sizing: border-box;
    padding: 0 120px;
    max-width: 1920px;
    margin: 0 auto;
}

.about-box {
    display: flex;
    justify-content: space-between;
}

.about-box-title {
    font-weight: 400;
    font-size: 71.5798px;
    line-height: 93px;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: #E3995F;
}

.about-box-info {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 201px;
}

.about-box-right .about-box-title {
    text-align: right;
}


.about img {
    width: 639px;
    height: 412px;
}