.navbar {
  background: #ffffff;
}

footer {
  background: var(--bs-dark-bg-subtle);
  color: #000000;
}

.list-unstyled a {
  color: #363636;
  text-decoration: none;
}

.list-unstyled a:hover {
  color: #ffffff;
  text-decoration: none;
}

.sec-banner {
  height: 170px;
}

@media (min-width: 353px) {
  .sec-banner {
    height: 170px;
    margin-bottom: 20px;
  }
}

@media (min-width: 569px) {
  .sec-banner {
    height: 270px;
  }
}

@media (min-width: 761px) {
  .sec-banner {
    height: 360px;
  }
}

@media (min-width: 985px) {
  .sec-banner {
    height: 460px;
  }
}

@media (min-width: 1193px) {
  .sec-banner {
    height: 520px;
  }
}

@media (min-width: 1393px) {
  .sec-banner {
    height: 580px;
  }
}

