.about-us-area {
    padding: 120px 0 130px;
}
.about-us-container {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
}

.about-us-area .about-us-left {
    width: 48%;
}


.about-us-area .about-us-left img {
    width: 576px;
    max-width: 100%;
}

.about-us-area .about-us-right {
    width: 52%;
    padding-left: 100px;
}

.about-us-area .about-us-right .title {
    color: #000000;
    margin: 0 0 10px;
    font-family: Instrument Sans;
    font-size: 55px;
    font-weight: 600;
    line-height: 68px;
    text-align: left;
    padding: 0;
}

.about-us-area .about-us-right .title-2 {
    color: #5F868B;
    margin: 0 0 15px;
    font-family: Instrument Sans;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    padding: 0;
}

.about-us-area .about-us-right .text {
    color: rgba(0, 0, 0, 0.9);
    margin: 0 0 20px;
    font-family: Instrument Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0;
}
.about-us-area .about-us-right .link{
    display:flex;
    align-items: center;
    transition: 0.1s;
    text-decoration: none;
    width: max-content;
}
.about-us-area .about-us-right .link span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    text-decoration: none;
    transition: 0.1s;
}
.about-us-area .about-us-right .link span:hover {
    color: #F6A335;
}
.about-us-area .about-us-right .link svg {
    margin-left: 11px;
    margin-top: 2px;
    transition: 0.1s;
}
