.image {
  overflow: auto;
}

.image-2 {
  overflow: auto;
}

.full-page-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 50%;
  min-width: 50%;
  background-image: url('../images/yasin-aribuga-202658-1920px.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.centered-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: auto;
  padding-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.image-3 {
  margin-bottom: 86px;
  text-align: center;
}

.paragraph {
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #d6d6d6;
  line-height: 26px;
  font-weight: 400;
}

.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) {
  .image-3 {
    margin-bottom: 60px;
  }
  .paragraph {
    width: 60%;
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  .image-3 {
    max-width: 50%;
    margin-bottom: 56px;
  }
  .paragraph {
    width: 80%;
    max-width: 72%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 20px;
  }
}