body {
	margin: 0;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}

a {
	color: inherit;
	cursor: pointer;
  text-decoration: none;
}

@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}

.banner {
	padding-top: 50px;
}

.swiper-button-prev {
  margin-top: -35px;
  opacity: .6;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 70px;
  background-position: -25px -23px;
  left: 100px;
  right: auto;
  background-image: url('./images.png');
  background-repeat: no-repeat;
  z-index: 2;
}
.swiper-button-next {
  margin-top: -35px;
  opacity: .6;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 70px;
  background-position: -76px -23px;
  left: auto;
  right: 100px;
  background-image: url('./images.png');
  background-repeat: no-repeat;
  z-index: 2;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    transform: scale(0.75);
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
}