.ds-grid-d3a53ce3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
    box-sizing: border-box;
}

.ds-grid-d3a53ce3 .ds-card {
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
    box-sizing: border-box;
    padding: 36px 32px;
    border-radius: 12px;
    border-top: 3px solid #E11C09;
    box-shadow: 0 10px 30px rgba(33, 68, 98, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ds-grid-d3a53ce3 .ds-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(33, 68, 98, 0.1);
}

.ds-grid-d3a53ce3 .ds-tag {
    display: inline-block;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ds-grid-d3a53ce3 .ds-title {
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.ds-grid-d3a53ce3 .ds-sub-badge {
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.4;
}

.ds-grid-d3a53ce3 .ds-divider {
    width: 100%;
    border-top: 1px solid #E2E8F0;
    margin: 0 0 16px 0;
}

.ds-grid-d3a53ce3 .ds-details {
    line-height: 1.6;
}

.ds-grid-d3a53ce3 .ds-details p {
    margin: 0 0 1em 0;
}

.ds-grid-d3a53ce3 .ds-details p:last-child {
    margin-bottom: 0;
}

/* Mobile responsive widths */
@media screen and (max-width: 767px) {
    .ds-grid-d3a53ce3 .ds-card {
        flex: 1 1 100% !important;
        margin-bottom: 16px;
    }
    .ds-grid-d3a53ce3 .ds-card:last-child {
        margin-bottom: 0;
    }
}
