.home-link {
    position: relative;
    z-index: 200; /* чтобы перекрыть промо-плашку под шапкой */
    margin-bottom: 2em;
    color: rgb(39, 174, 96);
    text-decoration: none;
}

.home-link:hover {
    color: rgb(39, 174, 96);
}

.home-link img {
    position: relative;
    top: -2px;
    margin: 0 10px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.home-link:hover img {
    margin: 0 20px 0 0;
}

.section-schedule {
    background: #fff;
    padding: 4em 0;
}

.section-schedule h1 {
    margin: 1em 0 0.75em;
    font-size: 2.25em;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #2C2C2C;
}

.section-schedule .link-pager {
    display: block;
}

.section-schedule .subscribe-button {
    margin-top: 1em;
}

@media (max-width: 991.98px) {
    .home-link {
        z-index: auto;
    }

    .section-schedule {
        padding: 3em 0;
    }

    .section-schedule h1 {
        margin: 0.75em 0 0.5em;
        font-size: 2em;
    }
}

@media (max-width: 575.98px) {
    .section-schedule {
        padding-top: 4em;
    }
}