.ManagementSection {
    position: relative;
    width: 100%;
    min-height: 555px;
    overflow: hidden;
    padding: 50px 0;
    background-image: url("/assets/images/nutricos_banner/banner_03.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ManagementSection_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 157, 218, 0.78);
    z-index: 1;
}

.ManagementSection hr {
    background-color: #fff;
    color: #fff;
    position: relative;
    opacity: 1;
    z-index: 9;
}