.info-hero-container {
    padding: 20px;
    box-sizing: border-box;
}

.info-hero-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
}

.info-hero-description {
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.6;
}

.info-hero-button {
    display: inline-block;
    text-decoration: none;
    background-color: #3b82f6;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.info-hero-button:hover {
    opacity: 0.9;
}
