.about-company {
    margin-bottom: 130px;
    width: 100%;
}

.about-company-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.about-company-top-title {
    width: 100%;
    max-width: 944px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--dark-blue);
    text-align: start;
}

.about-company-top-title span {
    color: #ab977c;
}

.about-company-top-right {
    max-width: 335px;
    width: 100%;
}

.about-company-top-desc {
    margin-bottom: 34px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--dark-blue);
}

.about-company-top-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: var(--dark-blue);
    border: none;
    border-radius: 10px;
    transition: background-color .3s;
    cursor: pointer;
}

.about-company-top-button:hover,
.about-company-top-button:focus,
.about-company-top-button:active {
    color: #fff;
    background: var(--light-blue);
}

.about-company-center {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.about-company-center-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 334px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: rgba(29, 46, 74, 0.7);
}

.about-company-center-desc strong {
    display: block;
    margin-bottom: 25px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 35px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: var(--dark-blue);
}

.about-company-center-desc p {
    margin: 0 0 20px 0;
}

.about-company-center-desc span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 35px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #ab977c;
}

.about-company-center-image {
    margin-top: auto;
    max-width: 335px;
    width: 100%;
    max-height: 340px;
    height: 100%;
}

.about-company-center-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.about-company-trust {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}

.about-company-trust-title {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 35px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: var(--dark-blue);
}

.about-company-trust-desc {
    max-width: 442px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: rgba(29, 46, 74, 0.7);
}

.about-company-trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-company-trust-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px) / 3);
}

.about-company-trust-image img {
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .about-company-top-title {
        font-size: 50px;
        line-height: 110%;
    }

    .about-company-center-desc strong {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .about-company-top {
        margin-bottom: 30px;
    }

    .about-company-top-title {
        max-width: 600px;
        font-size: 40px;
    }

    .about-company-trust-title {
        font-size: 25px;
    }

    .about-company-center-image {
        display: none;
    }
}

@media (max-width: 1024px) {
    .about-company-top-title {
        max-width: 490px;
    }
}

@media (max-width: 992px) {
    .about-company {
        margin-bottom: 80px;
    }
}

@media (max-width: 850px) {
    .about-company-top {
        flex-wrap: wrap;
    }

    .about-company-top-title {
        margin: 0;
        font-size: 32px;
    }

    .about-company-center {
        flex-wrap: wrap;
    }

    .about-company-center-image {
        display: block;
    }

    .about-company-center-desc {
        max-width: 48%;
    }
}

@media (max-width: 768px) {
    .about-company-top {
        margin-bottom: 80px;
    }

    .about-company-top-title {
        font-size: 27px;
    }

    .about-company-top-desc {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .about-company-center-desc strong {
        font-size: 25px;
    }

    .about-company-center-desc p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .about-company-center-desc span {
        text-align: start;
    }

    .about-company-trust {
        padding: 32px 10px;
    }

    .about-company-trust-desc {
        max-width: 400px;
    }

    .about-company-center {
        align-items: center;
    }

    .about-company-center-desc {
        max-width: 40%;
    }

    .about-company-trust-title {
        text-align: start;
        text-transform: none;
    }
}

@media (max-width: 650px) {
    .about-company-center-image {
        max-width: 56%;
    }
}

@media (max-width: 576px) {
    .about-company-center-desc {
        max-width: 100%;
    }

    .about-company-center-image {
        max-width: 100%;
        max-height: unset;
    }
}

@media (max-width: 480px) {
    .about-company-top-title span {
        display: block;
    }
}

@media (max-width: 400px) {
    .about-company-trust-image {
        width: calc((100% - 20px) / 2);
    }
}