.hr-hero-15751038-wrapper {
    background-color: #ffffff;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hr-hero-15751038-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.hr-hero-15751038-eyebrow {
    color: #800080;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hr-hero-15751038-heading {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px 0;
}

.hr-hero-15751038-body {
    color: #555555;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.hr-hero-15751038-body p {
    margin: 0 0 16px 0;
}

.hr-hero-15751038-body p:last-child {
    margin-bottom: 0;
}

.hr-hero-15751038-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #800080;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.hr-hero-15751038-btn:hover {
    opacity: 0.9;
    color: #ffffff;
}

.hr-hero-15751038-btn-icon {
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
}

.hr-hero-15751038-btn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 768px) {
    .hr-hero-15751038-wrapper {
        padding: 60px 20px;
    }
    .hr-hero-15751038-heading {
        font-size: 36px;
    }
}
