.global-block13-section {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%) !important;
    padding: 100px 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.global-block13-container {
    
    text-align: center !important;
}

.global-block13-subtitle {
    display: inline-block !important;
    font-size: 124x !important;
    font-weight: 600 !important;
    
      background: linear-gradient(90deg, #6892CE 0%, #C068CE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #C068CE;
    margin-bottom: 42px !important;
    text-transform: uppercase !important;
}

.global-block13-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #52063E !important;
    margin-bottom: 42px !important;
    line-height: 48px !important;
    letter-spacing: -0.8px !important;
}

.global-block13-description {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #52063E !important;
    line-height: 16px !important;
    margin-bottom: 48px !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


 
.global-block13-button {
   background: linear-gradient(107.5deg, #E2657E 0%, #A0127B 100%);
box-shadow: 0px 4px 10px rgba(94, 13, 73, 0.6);
backdrop-filter: blur(15px);
border-radius: 8px;
    color: #ffffff !important;
    border: none !important;
    padding: 16px 48px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
   
    text-decoration: none !important;
    display: inline-block !important;
}

.global-block13-button:hover {
  
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(236, 72, 153, 0.4) !important;
}

/* Space Classes */
.global-block13-section.space-top-0x {
    margin-top: 0px !important;
}


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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    /* Responsive styles for global block13 headings and text */
    .global-block13-subtitle {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    
    .global-block13-title {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .global-block13-description {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .global-block13-button {
        font-size: 14px !important;
        padding: 14px 32px !important;
    }

    /* Responsive styles for global block13 layout */
    .global-block13-section {
        padding: 60px 20px !important;
    }
}
