.tickerBlock {
    background: #F9F9FB;
    padding: 32px 0;
}

.tickerBlock__text {
    color: #FD6241;
    text-align: center;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 24px;
}

@media (max-width: 1199px) {
    .tickerBlock {
        padding: 24px 0;
    }

    .tickerBlock__text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .tickerBlock {
        padding: 20px 0;
    }

    .tickerBlock__text {
        font-size: 16px;
        font-weight: 500;
        line-height: 170.5%;
    }
}