
.hero-banner {
    min-height: 450px;
    position: relative;
    background: url('/static/images/sheetlabels28.webp') center / cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #FFF;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.btn-hero {
    background-color: #FFD500;
    color: #011F3F;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-hero:hover {
    background-color: #FFC300;
    color: #011F3F;
}


.container-solution {
    background-color: #F5F5F5;
}