.dining{
    background: #FBF5E5;
    padding-top: 100px;
}

.dining::after{
    background: none;
}
.events-breakway-events {
    padding: 100px 0;
    text-align: center;
}

.heading.events-breakway-heading {
    margin-bottom: 40px;
}

.description {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.description+.btn {
    margin-top: 20px;
}
@media only screen and (max-width: 1439px) {
    .events-breakway-events {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1365px) {
    .dining::after{
    background: none !important;
}
}


@media only screen and  (max-width: 801px) {
    .dining{
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767px) {



    .events-breakway-events {
        padding: 60px 0;
    }
    .heading.events-breakway-heading {
        margin-bottom: 30px;
    }

    .description {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .description+.btn {
        margin-top: 18px;
    }
}
.card-text .extra-text {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}
.card:hover .card-text .extra-text {
    opacity: 1;
    max-height: 500px; /* adjust based on content */
    margin-top: 10px;
}
