.about-third1 {
    overflow: hidden;
    padding: 40px 0 20px 0;
    background: var(--SECONDARY_MINOR_COLOR);
}

.about-third1__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 0 20px;
}

.about-third1 .section-header {
    text-align: center;
    padding-bottom: 40px;
}

.about-third1 .section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}

.about-third1 .section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #012970;
}

@media (max-width: 768px) {
    .about-third1 .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

.about-third1 .counters {
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .about-third1 .counters {
        justify-content: center;
        flex-direction: row;
    }
}

.about-third1 .counters span {
    font-size: 36px;
    display: block;
    font-weight: 700;
    color: var(--SECONDARY_MAJOR_COLOR);
}

.about-third1 .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--SECONDARY_MAJOR_COLOR);
}
