.schedule_container {
    width: 60% !important;
    margin-top: 45px;
}

#schedule {
    padding-top: 94px;
}

#schedule h6 {
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 25px 0;
}

#schedule p {
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.45;
}

#schedule img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.schedule_btn {
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 23px !important;
    padding: 9px 46px !important;
    margin: 20px 0;
    background-color: #03A9F4 !important;
    border: 1px solid #03A9F4 !important;
    color: #fff !important;
    border-radius: 7px !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.schedule_btn:hover {
    box-shadow: none;
}

::selection {
    background: #ff5a00;
    color: #fff;
}

@media (max-width: 767px) {
    .schedule_container {
        width: 100% !important;
        margin-top: 45px;
    }

    #schedule img {
        width: 100%;
        height: auto;
    }

    #schedule {
        padding-top: 58px;
    }
}