
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

img, input, textarea {
  width: 100%;
  height: auto;
}

.img-banner-mobile {
  background-size: cover !important;
  height: calc(100vh - 0px);
  background-position: center !important;
  background:url('img/arr.jpg');
}

@media only screen and (max-width:1200px) {
  .img-banner-mobile {
	background:url('img/arr2.jpg');
  }
}

@media only screen and (max-width:740px) {
  .img-banner-mobile {
	background:url('img/arr3.jpg');
  }
}