.abraspungo-hero-section {
    position: relative;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.abraspungo-hero-section img[class*="absolute"] {
    z-index: 0;
}

.abraspungo-hero-section > div {
    position: relative;
    z-index: 10;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .abraspungo-hero-section {
        min-height: 500px;
        padding: 40px 24px;
    }
    
    .abraspungo-hero-section h1 {
        font-size: 1.75rem !important;
    }
    
    .abraspungo-hero-section p {
        font-size: 1.125rem !important;
    }
}

@media (max-width: 768px) {
    .abraspungo-hero-section {
        min-height: 400px;
        padding: 30px 16px;
    }
    
    .abraspungo-hero-section h1 {
        font-size: 1.5rem !important;
    }
    
    .abraspungo-hero-section p {
        font-size: 1rem !important;
    }
    
    .abraspungo-hero-section a {
        min-width: 100% !important;
        width: 100%;
    }
}
