.ps-9f2c9214-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 30px 10px;
    width: 100%;
}

.ps-9f2c9214-item {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    position: relative;
}

.ps-9f2c9214-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
    padding: 35px 20px 20px 20px;
    text-align: center;
    min-height: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ps-9f2c9214-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.ps-9f2c9214-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F2B824;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 2;
}

.ps-9f2c9214-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.ps-9f2c9214-icon {
    font-size: 36px;
    color: #C91D22;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.ps-9f2c9214-icon svg {
    width: 42px;
    height: 42px;
    fill: #C91D22;
}

.ps-9f2c9214-title {
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 10px 0;
}

.ps-9f2c9214-description {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}

.ps-9f2c9214-image-container {
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: auto;
}

.ps-9f2c9214-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Connector details */
.ps-9f2c9214-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.ps-9f2c9214-connector-arrow {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #333333;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .ps-9f2c9214-connector {
        display: none;
    }
}
