.fa-container-c0617608 {
    width: 100%;
}
.fa-header-c0617608 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
}
.fa-header-c0617608 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin: 0;
    color: #333;
}
.fa-see-all-c0617608 {
    font-size: 14px;
    color: #c95d5d;
    text-decoration: none;
    font-weight: 500;
}
.fa-grid-c0617608 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 1024px) {
    .fa-grid-c0617608 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .fa-grid-c0617608 {
        grid-template-columns: 1fr;
    }
}
.fa-card-c0617608 {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
}
.fa-img-wrap-c0617608 {
    width: 45%;
    flex-shrink: 0;
}
.fa-img-wrap-c0617608 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fa-content-c0617608 {
    width: 55%;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fa-cat-c0617608 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d65b5b;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.fa-title-c0617608 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin: 0 0 16px 0;
    line-height: 1.3;
    color: #1a1a1a;
}
.fa-readmore-c0617608 {
    font-size: 13px;
    font-weight: 600;
    color: #d65b5b;
    text-decoration: none;
    margin-top: auto;
}