.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.xx {
  background: linear-gradient(135deg, #007a3d 0%, #00b050 50%, #00b050 100%);
}

@font-face {
  font-family: "103 Tahoma";
  src: url("/assets/fonts/103-Tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.heading {
  font-family: "103 Tahoma", sans-serif !important;
}/*# sourceMappingURL=style.css.map */