.section-top{
    margin-top: 125px;
}
@media(max-width:982px){
    .section-top{
        margin-top: 90px;
    }
}
@media(max-width:650px){
    .section-top{
        margin-top: 88px !important;
    }
}
@media(max-width:400px){
    .section-top{
        margin-top: 70px !important;
    }
}

/* Styles for the added videos May-June 2024 */
.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;

    iframe{
        aspect-ratio: 16 /9;
        width: 560px;
    }
}

.foot-hours{
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    padding-top: 18px;
    row-gap: 12px;


    p{
        margin: 0;
    }
}
