.sequencingContainer {
    margin-bottom: 70px;
}
@media (max-width: 400px) {
    .catalogSections__name {
        line-height: 20px;
        color: #111;
        font-weight: bold;
    }
}
@media (max-width: 350px) {
    .catalogSections__name {
        line-height: 17px;
        font-size: 15px;
        color: #111;
        font-weight: bold;
    }
}
@media (max-width: mobileMin) {
    .catalogSections__name {
        line-height: 17px;
        font-size: 15px;
        color: #111;
        font-weight: bold;
    }
}
@media (max-width: 300px) {
    .catalogSections__name {
        line-height: 16px;
        font-size: 13px;
        color: #111;
        font-weight: bold;
    }
}
@media (max-width: mobileMinOutro) {
    .catalogSections__name {
        line-height: 16px;
        font-size: 13px;
        color: #111;
        font-weight: bold;
    }
}
@media (max-width: 767px) {
    ._main .news-list {
        margin-top: 104px;
    }

}