.body {
  border: 10px solid #e62539;
  background-image: url('../images/BG.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.h1 {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #e62539;
  font-size: 70px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
}

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px 45px 50px;
  background-color: #fff;
  box-shadow: 2px 0 150px 0 rgba(0, 0, 0, .4);
  -webkit-perspective: 1322px;
  perspective: 1322px;
}

.container.js-tilt {
  margin-bottom: 100px;
  padding-bottom: 75px;
}

.container-2 {
  position: relative;
  z-index: 0;
  margin-bottom: -27px;
  padding: 30px 30px 0px;
}

.red {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background-image: -webkit-linear-gradient(270deg, #fce9eb, #fce9eb);
  background-image: linear-gradient(180deg, #fce9eb, #fce9eb);
}

.heading {
  position: absolute;
  margin-top: -43px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #eb5e5b;
  font-size: 20px;
  font-weight: 700;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.button {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 369px;
  height: 69px;
  margin: 30px auto -115px;
  padding-top: 24px;
  padding-bottom: 18px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 46px;
  background-color: #de2337;
  box-shadow: 0 0 30px 0 rgba(34, 34, 34, .5);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.img2 {
  position: fixed;
  right: 205px;
  bottom: 0px;
  max-width: 50px;
}

.img1 {
  position: fixed;
  left: 50px;
  bottom: 0px;
  max-width: 411px;
}

.link {
  color: #d10000;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .h1 {
    font-size: 50px;
  }
  .container.js-tilt {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container.red {
    margin-top: 60px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-2 {
    margin-bottom: 0px;
  }
  .img1 {
    position: relative;
    bottom: 20px;
    z-index: 3;
    margin-bottom: 0px;
  }
  .imgmobile {
    position: relative;
    z-index: 5;
    display: block;
    max-width: 269px;
    margin-top: -14px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .h1 {
    font-size: 37px;
    line-height: 43px;
  }
  .container.js-tilt {
    padding: 20px 20px 50px;
  }
  .heading {
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
  }
  .text-block {
    font-size: 12px;
    line-height: 23px;
  }
  .text-block-2 {
    font-size: 12px;
    line-height: 20px;
  }
  .button {
    width: auto;
    height: auto;
    padding-top: 12px;
  }
}