.sallers-block {
    margin-top: -20px;
    width: 100%;
    margin-bottom: 90px;
}

.sallers-info {
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: rgba(0, 0, 0, 1);

    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.sallers-link {
    font-weight: 500;
    color: rgba(30, 199, 191, 1);
    text-decoration: none;
    cursor: pointer;
}