.fc-container-0c034ceb {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 60px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
}

.fc-row-0c034ceb {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.fc-card-0c034ceb {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 280px;
}

.fc-card-image-wrap-0c034ceb {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-card-img-0c034ceb {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fc-card-content-0c034ceb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fc-card-title-0c034ceb {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fc-card-desc-0c034ceb {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 991px) {
    .fc-card-0c034ceb {
        flex: 1 1 100%;
    }
}
