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

.utility-page-content {
  width: 500px;
  text-align: center;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.heading {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  position: static;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #303e4f;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
}

.content {
  height: 100vh;
  background-image: url('../images/bg_1.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.illustration-block {
  width: 900px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 72px 96px;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.content-text {
  width: 100%;
  color: #303e4f;
  text-align: center;
  align-items: stretch;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: static;
}

.head-text {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}


