/*-- Import Files --*/
@import 'css/_app.css';

.header-banner {
      background-color: #f1c8cd !important;
padding: .5rem !important;
border-color: #dc3545 !important;
border: 1px solid #dee2e6 !important;
}

.Header-banner h4 {
background-color: #f1c8cd !important;
padding: .5rem !important;
border: 1px solid #dc3545 !important;
text-align: center !important;
}


@media (max-width: 991px) {
    .Header-banner {
        padding-top: 125px;
    }
}

