@media (max-width: 575.98px) {
  header {position:fixed;top:0;width:100%;z-index:9999;background-color:#FFF;z-index: 9999;max-height:150px;}
  main {margin-top:120px;}
}

@media (max-width: 767.98px) {
  .icon-banner p {
    display: none;
  }

  .icon-banner h4 {
    margin-bottom: 0;
    color: var(--bs-primary) !important;
  }

  .icon-banner.text-white h4 {
    margin-bottom: 0;
    color: var(--bs-primary) !important;
    font-weight: 400;
    font-size: 1rem;
  }

  .icon-banner {
    background-color: transparent !important;
  }
  .border-mobile-bottom {
    border-bottom: 1px solid var(--bs-border) !important;
  }
}

@media (min-width: 768px) {
  .overlap .container {margin-top:-180px !important;position: relative;}
}

@media (max-width: 991.98px) {
  .icon-banner h4 {
    font-size: 1.1rem;
  }
}