@media (max-width: 768px) {
  .headerContact {
    width: 100%;
  }
  .page-title {
    padding: 5px 0;
  }
  .maqueeNews {
    position: relative !important;
  }
  .maqueeNews > div {
    background-color: rgb(251 237 51 / 4%) !important;
  }
}
@media (max-width: 576px) {
  .banner-sec .home-page-slider img {
    height: 35vh;
    object-fit: cover;
    object-position: top;
  }
}

/* @media (min-width: 1600px) {
  body section p {
    font-size: var(--step-1) !important;
  }
} */
