.hero-slide-content {
    padding-top: 0;
}
.hero-slide-content .hero-slide-desc {
    max-width: unset;
}

.hero-slide-content .hero-slide-title {
    font-family: var(--script-font) !important;
    text-transform: capitalize !important;
}
@media (min-width: 1200px) {
    .hero-slide-content .hero-slide-title {
        font-size: 120px;
        line-height: 90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content .hero-slide-text-img {
        width: 130px;
        top: -40px;
    }
    .hero-slide-content .hero-slide-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .hero-slide-text-img {
        width: 130px;
    }
}

ul.hours {
    list-style: none;
}
ul.hours li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
ul.hours li p.day {
    font-size: 1.2rem;
}
ul.hours li p.time {
    font-size: 1.2rem;
}
