@media (min-width: 768px) {
  .banner-head {
    height: 600px;
    background: url("../img/qwerty.webp") right / cover !important; /* Updated to qwerty.webp */
  }
}

@media (max-width: 766px) {
  .banner-head {
    height: 600px;
    background: url("../img/qwerty.webp") right / cover !important; /* Updated to qwerty.webp */
  }
}

a {
  text-decoration: none;
}
