/* CARD */
#gallery .item>a>div {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px;
    /* KUNCI UTAMA */
}

/* IMAGE (biarkan natural) */
#gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/* WRAPPER IMAGE */
#gallery .hover {
    flex-shrink: 0;
    /* supaya tidak kepencet */
}

/* CONTENT */
#gallery .pt-4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-desc-special-offer {
    padding: 20px;
    border: 1px solid #a59c83;
}

.desc-offers-boby {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.9;
    color: #333;
}

.desc-offers-boby p {
    margin-bottom: 1.2em;
}

.desc-offers-boby img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.desc-offers-boby h2,
.desc-offers-boby h3,
.desc-offers-boby h4 {
    font-family: 'LibertinusDisplay', serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #222;
}

.desc-offers-boby blockquote {
    border-left: 4px solid #a59c83;
    padding: 15px 20px;
    margin: 20px 0;
    background: #f9f8f5;
    font-style: italic;
    color: #555;
}

.desc-offers-boby ul,
.desc-offers-boby ol {
    padding-left: 25px;
    margin-bottom: 1em;
}

.desc-offers-boby li {
    margin-bottom: 0.4em;
}

