 
.global-block1-section {
    background-color: #ffffff !important;
}

.global-block1-content-wrapper {
    max-width: 1300px !important;
     padding: 0 20px;
    margin: 0 auto !important;
    display: grid !important;
    gap: 40px !important;
    grid-template-columns: 5fr 4fr !important;
    align-items: end !important;
}

.global-block1-content-wrapper > .global-block1-text-group {
    max-width: 700px !important;
}

.global-block1-subtitle {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #9861A5 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}

.global-block1-title {
    font-size: 48px !important;
    line-height: 1.1 !important;
    color: #161632 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.global-block1-accent-1 {
    background: linear-gradient(90deg, #E2657E 0%, #A0127B 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #E2657E !important;
}

.global-block1-description {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #525F7F !important;
    margin-bottom: 30px !important;
}

.global-block1-buttons {
    display: flex !important;
    gap: 15px !important;
}

.global-block1-btn {
    display: inline-block !important;
    padding: 14px 28px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
    text-align: center !important;
}

.global-block1-btn-light {
    background-color: #ffffff !important;
    color: #32325D !important;
    border: 1px solid #32325D !important;
}

.global-block1-btn-light:hover {
    border-color: #32325D !important;
}

.global-block1-btn-dark {
    background-color: #161632 !important;
    color: #ffffff !important;
    border: 1px solid #161632 !important;
}

.global-block1-btn-dark:hover {
    background-color: #0b0e21 !important;
    border-color: #0b0e21 !important;
}

@media (max-width: 992px) {
    .global-block1-content-wrapper {
        grid-template-columns: 1fr !important;
    }

    .global-block1-text-group {
        margin-bottom: 30px !important;
    }

    .global-block1-title {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 500px) {
    .global-block1-buttons {
        flex-direction: column !important;
    }

    .global-block1-btn {
        width: 100% !important;
    }
}

.global-block1-section.space-top-1x {
    padding-top: 20px !important;
}

.global-block1-section.space-top-2x {
    padding-top: 40px !important;
}

.global-block1-section.space-top-3x {
    padding-top: 60px !important;
}

.global-block1-section.space-top-4x {
    padding-top: 80px !important;
}

.global-block1-section.space-top-5x {
    padding-top: 100px !important;
}

.global-block1-section.space-bottom-1x {
    padding-bottom: 20px !important;
}

.global-block1-section.space-bottom-2x {
    padding-bottom: 40px !important;
}

.global-block1-section.space-bottom-3x {
    padding-bottom: 60px !important;
}

.global-block1-section.space-bottom-4x {
    padding-bottom: 80px !important;
}

.global-block1-section.space-bottom-5x {
    padding-bottom: 100px !important;
}
