.wilma-grid-7519ee37 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.wilma-card-7519ee37 {
    background-color: #F5F0E8;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.wilma-img-wrap-7519ee37 {
    position: relative;
    width: 100%;
    padding-top: 40%; /* Reduced image height, approx 240px tall for standard widths */
    background: #e6dfd5;
}

.wilma-img-wrap-7519ee37 img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.wilma-content-7519ee37 {
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wilma-eyebrow-7519ee37 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #87977D;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.wilma-title-7519ee37 {
    font-family: "Lora", "Playfair Display", serif;
    font-size: 24px;
    color: #49392F;
    margin: 0 0 15px;
    font-weight: 500;
    line-height: 1.3;
}

.wilma-divider-7519ee37 {
    width: 45px;
    height: 2px;
    background-color: #87977D;
    margin-bottom: 25px;
}

.wilma-intro-7519ee37 {
    font-size: 16px;
    color: #756B64;
    line-height: 1.6;
    margin-bottom: 25px;
}

.wilma-tips-7519ee37 {
    margin-bottom: 30px;
}

.wilma-tips-7519ee37 h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #49392F;
    font-weight: 700;
}

.wilma-tips-7519ee37 p {
    margin: 0 0 16px;
    font-size: 15px;
    color: #756B64;
    line-height: 1.5;
}

.wilma-tips-7519ee37 p:last-child {
    margin-bottom: 0;
}

.wilma-footer-divider-7519ee37 {
    height: 1px;
    background-color: rgba(135, 151, 125, 0.3);
    margin: auto 0 25px 0;
}

.wilma-footer-7519ee37 {
    font-size: 16px;
    font-style: italic;
    color: #49392F;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .wilma-content-7519ee37 { padding: 30px 25px; }
    .wilma-img-wrap-7519ee37 { padding-top: 50%; }
}

@media (max-width: 767px) {
    .wilma-grid-7519ee37 { grid-template-columns: 1fr; }
}
