.counters .text {
    text-align: center;
    margin-bottom: 60px;
}

.counters p {
    font-family: 'Overused Grotesk';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .counters h2 {
        font-size: 28px;
        line-height: 1.2;
    }
.counters .text {
    margin-bottom: 30px;
}
    .counters p {
        font-size: 16px;
    }
.counters p br {
    display: none;
}

.counters {
    overflow: hidden;
}
}