.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.wrap {
  width: 100%;
  height: 100%;
  background-color: #838eba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  line-height: 40px;
  display: flex;
}

.content-wrap {
  margin-bottom: 20px;
}

.heading {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 40px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    padding: 15px;
  }

  .wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 20px;
    line-height: 30px;
  }
}
