.rmal-advertisers {
    width: 100%;
    font-family: inherit;
}

.rmal-advertisers__heading {
    margin: 0 0 24px;
    font-family: inherit;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.rmal-advertisers__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rmal-advertisers__item {
    margin: 0 0 13px;
    padding: 0;
    line-height: 1.35;
}

.rmal-advertisers__item:last-child {
    margin-bottom: 0;
}

.rmal-advertisers__link {
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
}

.rmal-advertisers__link:hover,
.rmal-advertisers__link:focus {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .rmal-advertisers__heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
