
.pd-deals-section .deal-title h1{
    font-family: gilroyBold;
    font-size: 32px;
    color:#b02a21;
}

.pd-deals-section .deal-title h3{
    font-size: 20px;
}

.pd-deals-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.dining-deals-results .card-wrapper,
.happy-hour-deals-results .card-wrapper {
    padding-right: 15px;
    padding-left: 15px;
}

.deals-button-wrapper {
    padding: 30px 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.deals-card-body {
    padding: 1rem 1.75rem;
}
.hero__content {
    padding: 4rem;
}
.hero__title {
    font-family: "GilroyBold";;
}
.hero__title h1 {
    font-size: 36px;
}
.hero_subtitle {
    padding-bottom: 2rem;
}
.hero_subtitle h4 {
    font-size: 20px;
}
.hero_buttons {
    display: inline-flex;
}
.section-title h2 {
    font-family: 'GilroyBold';
    font-size: 32px;
    color:#b02a21;
}
.section-title p {
    font-family: 'GilroySemiBold';
    font-size: 20px;
    color: black;
    line-height: 1.25;
}
.deal-title h4 {
    font-size: 20px;
}
.happy-hour-card img.card-image {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    height: 13rem;
}
.highlights-header-city {
    margin-bottom: 0rem;
}
@media (max-width: 768px) {
    .hero__content {
        padding: 2rem;
    }
    .hero__title h1 {
        font-size: 30px;
    }
    .hero_subtitle h4 {
        font-size: 16px;
    }
    .tba-red-btn-2 {
        padding: 0.5rem 1.5rem;
        font-size: 14px;
        text-align: center;
        line-height: 1.25;
    }
    .deal-title h4 {
        font-size: 16px;
    }
    .slick-next, .slick-prev {
        display: none;
    }
    .section-title p {
        font-size: 16px;
    }
}
@media (max-width: 426px) {
    .slick-next, .slick-prev {
        width: 26px;
        height: 26px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 30px;
        padding-left: 30px;
    }
}