.offiro-help__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.offiro-help__image {
    width: 100%;
    height: 100%;
    display: block;
}

.offiro-help__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stat-content-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.offiro-help__number {
    color: #061e34;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    letter-spacing: -.5px;
    margin: 0 0 8px 0;
    font-family: "Inter", sans-serif;
}

.offiro-help__title {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; /* 140% */
    margin-bottom: 8px;
}

.offiro-help__description {
    font-size: 16px;
}

@media screen and (min-width:1024px){.offiro-help__image {
        min-width: 454px;
        max-width: 454px;
    }

    .offiro-help__cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        align-items: baseline;
        align-content: baseline;
    }

    .offiro-help__card {
        width: 224px;
    }

    .offiro-help__number {
        font-size: 48px;
        line-height: 60px;
    }

    .offiro-help__content {
        flex-direction: row;
    }}

@media screen and (min-width:1280px){.offiro-help__cards {
        gap: 32px;
    }

    .offiro-help__image {
        min-width: 523px;
        max-width: 523px;
        object-fit: cover;
        border-radius: 20px;
    }

    .offiro-help__card {
        width: 260px;
    }

    .offiro-help__content {
        margin-top: 48px;
        gap: 48px;
    }

    .offiro-help__title {
        font-size: 24px;
        line-height: 32px;
    }

    .offiro-help__description {
        font-size: 18px;
        line-height: 26px;
    }}

@media screen and (min-width:1600px){.offiro-help__card {
        width: 344px;
    }}