#schedule-page{
    position: relative;
    padding: 3rem;
    padding-bottom: 5rem;
}
.schedule-heading h2 {
    color: #333333;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 25px;
    margin-bottom: 3rem;
}

.sch-li {
    font-size: 15px;
}

.sch-li:hover .cal-arrow{
    color: #FF6600;
}

.section-img-absolute{
    position: absolute;
    bottom: 10%;
    right: 8%;
    z-index: 1;
}

@media(max-width: 768px){
    .schedule-heading h2 {
        line-height: 1.7;
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    .sch-li {
        font-size: 14px;
        text-align: left;
    }
    .section-img-absolute{
        position: absolute;
        bottom: 30%;
        right: 5%;
        z-index: 1;
    }
}
