.about-text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: #303030;
}

.about-h1 {
    margin-bottom: 12px;
    line-height: 1.3;
}

.about-stat {
    margin-top: 12px;
    margin-bottom: 12px;
}

.about-numbers-stat {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.about-numbers-stat-item {
    width: calc(100% / 3 - 10px);
    flex: none;
}

.about-numbers-stat-item .number {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
}

.about-numbers-stat-item .text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #2E2C30;
}

.about-numbers-stat-item:nth-child(odd) .number {
    color: #EE7624;
}

.about-numbers-stat-item:nth-child(even) .number {
    color: #009A4C;
}

.about-h2 {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {

    .about-h1 {
        margin-bottom: 30px;
    }

    .about-text {
        font-size: 20px;
    }

    .about-stat {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .about-numbers-stat {
        margin-bottom: 50px;
    }

    .about-numbers-stat-row {
        margin-top: 26px;
    }

    .about-numbers-stat-item .number {
        font-size: 40px;
    }

    .about-numbers-stat-item .text {
        font-size: 18px;
    }

    .about-h2 {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {

    .about-h2 {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .about-text {
        font-size: 24px;
    }

    .about-stat {
        display: flex;
    }
}