.banners-wrapper-1153c6c0 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.scholarship-card-1153c6c0 {
    background-color: #F8FAFC;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border-left: 6px solid #F59E0B;
}

.sc-content-1153c6c0 {
    flex: 1;
}

.sc-title-1153c6c0 {
    color: #0B3D91;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.sc-desc-1153c6c0 {
    color: #4B5563;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.final-cta-banner-1153c6c0 {
    background-color: #0B3D91;
    border-radius: 20px;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(11, 61, 145, 0.15);
}

.cta-content-1153c6c0 {
    flex: 1;
}

.cta-title-1153c6c0 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.cta-desc-1153c6c0 {
    color: #E2E8F0;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
}

.cta-actions-1153c6c0 {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.btn-primary-1153c6c0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F59E0B;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-1153c6c0:hover {
    background-color: #D97706;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary-1153c6c0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}

.btn-secondary-1153c6c0:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: #ffffff;
    color: #ffffff;
}

@media (max-width: 991px) {
    .scholarship-card-1153c6c0,
    .final-cta-banner-1153c6c0 {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .cta-actions-1153c6c0 {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .btn-primary-1153c6c0,
    .btn-secondary-1153c6c0 {
        width: 100%;
    }
}