/* =========================================================
   ESTIMATING SECTION
========================================================= */

.EstimateSection {
    position: relative;
    width: 100%;
    min-height: 405px;
    overflow: hidden;
    background-image: url("/assets/images/nutricos_banner/banner_03.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 60px;
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.EstimateSection_overlay {
    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.72);

    z-index: 1;
}


.EstimateSection hr {
    color: #ffd21c;
    background: #ffd21c;
    position: relative;
    z-index: 9;
    opacity: 1;
}