.about-us header {
    background-image: url(https://offiro.com/wp-content/uploads/2025/12/header-bg-mobile.jpg);
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-us .header__headline {
    font-size: 18px;
    border-radius: 12px;
    background: var(--Blue-300);
    padding: 12px 24px;
}

.about-us .header__benefits {
    gap: 12px;
}

.about-us .header__headline .highlight.highlight--blue {
    color: #ffffff;
    transform: translateX(7px);
}

.about-us header .container {
    padding: 24px 16px;
}

.about-us .header__visual img {
    max-width: 320px;
    margin: auto;
}

.about-us .section--dark {
}

.about-us .section__undertitle {
    margin-bottom: 24px;
    font-size: 14px;
}

.about-us .section {
}

.about-us h2,
.about-us h3 {
    font-size: 28px;
    margin: 0 0 16px 0;
    width: 100%;
}

.about-us h3 {
    font-size: 18px;
    margin: 0;
}

.about-us__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-us__text {
    display: flex;
    flex-direction: column;
}

.about-us__text-item {
    padding: 24px;
    border-radius: 12px;
    background: var(--Blue-100);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-us__content img {
    max-width: 400px;
    margin: auto;
}

.section--dark-about h3 {
    border-radius: 12px;
    background: var(--Blue-200);
    box-shadow: 0 4px 10px 0 var(--Blue-200);
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.section--dark-about .row {
    text-align: left;
}

.section--dark-about h2 {

    margin: 0;
}

@media screen and (min-width: 768px) {
    .about-us .button__actions {
        flex-direction: row;
        width: 100%;
        gap: 12px;
    }

    .about-us .button__actions .btn {
        max-width: 100%;
    }

    .about-us__text {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .about-us header .container {
        padding-left: 0;
        padding-right: 0;
    }

    .about-us .header__bottom {
        display: flex;
        align-items: center;
        gap: 24px;
        justify-content: space-between;
    }

    .about-us .header__visual {
        width: calc(40% - 24px);

    }

    .about-us .header__benefits {
        width: 60%;
    }

}

@media screen and (min-width: 1024px) {
    .about-us header {
        background-image: url(https://offiro.com/wp-content/uploads/2025/12/header-bg-desktop.jpg);
        color: #ffffff;
    }

    .section--dark-about h3 {
        margin-bottom: 40px;
    }

    .about-us .header__body {
        align-items: center;
    }

    .about-us .header__title {
        margin: 0;
        text-align: left;
    }

    .about-us .header__benefits {
        width: 100%;
    }

    .about-us .button__actions {
        flex-direction: row;
    }

    .section--dark-about h2 {
        text-align: left;
        margin: 0;
    }
    .about-us h3{
        font-size: 20px;
        line-height: 1.3;
    }

}

@media screen and (min-width: 1280px) {
    .about-us .section {
    }

    .about-us .button__actions {
        flex-direction: row;
    }

    .about-us .header__text {
        gap: 32px;
    }

    .about-us .header__headline {
        padding: 24px 40px 16px 40px;
        font-size: 20px;
    }

    .about-us .header__benefits {
        margin: 0;
    }

    .about-us .header__visual img {
        max-width: 430px;
    }

    .about-us .header__text {
        min-width: 560px;
    }

    .about-us .header__benefits li {
        font-size: 16px;
    }

    .about-us h2 {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .about-us h3 {

    }

    .about-us .section__undertitle {
        font-size: 18px;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-us__content img {
        max-width: 500px;
    }

    .about-us__text-item {
        gap: 24px;
        padding: 40px;
        font-size: 18px;
        line-height: 1.4;
    }

}

@media screen and (min-width: 1600px) {
}