.tcfs-541f279c-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.tcfs-541f279c-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e8e8ef;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tcfs-541f279c-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.tcfs-541f279c-card.tcfs-541f279c-image-bottom {
    flex-direction: column-reverse;
}

.tcfs-541f279c-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 100 / 56;
    overflow: hidden;
    background-color: transparent;
    flex-shrink: 0;
}

.tcfs-541f279c-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tcfs-541f279c-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px 28px 28px 28px;
}

.tcfs-541f279c-title {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.tcfs-541f279c-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #6b6b80;
}

.tcfs-541f279c-button {
    display: inline-block;
    align-self: flex-start;
    margin-top: 18px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #6c63ff;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.tcfs-541f279c-button:hover {
    background-color: #5549d4;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .tcfs-541f279c-card {
        flex: 1 1 100%;
    }
}
