.section-schedule {
    padding-top: 200px;
}
.section-schedule .calendar {
    z-index: 2;
    position: relative;
}
.section-schedule h1 {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
}

.section-schedule h3 {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    width: 75%;
    margin: 50px auto 80px auto;
}
/*`lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .section-schedule h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .section-schedule h3 {
        font-size: 26px;
        line-height: 28px;
        width: 100%;
    }
  }