h1, h2, p {
  text-align: center;
  font-family: Arial, Tahoma sans-serif;
}

h1 {
  font-size: 35px;
  line-height: normal;
  color: #000;
  margin-bottom: 52px;
}

h1 span {
  color: #87a4ad;
}

h1 span.name {
  height: 40px;
  font-size: 28px;
  line-height: 40px;
  border-left: 1px solid #87a4ad;
  display: inline-block;
  margin-left: 9px;
  padding-left: 15px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #000;
  margin-bottom: 37px;
}

p {
  font-size: 18px;
  line-height: normal;
  color: #000;
}

.wrapp {
  background: transparent url(../images/bg_body.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 259px;
  position: relative;
  box-sizing: border-box;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%---MEDIA---%%%%%%%%%%%%%%%%%%%%%%%%%*/
@media screen and (max-width: 768px) {
  .wrapp {
    padding-top: 200px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  h1 span.name {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 27px;
  }
  p {
    font-size: 14px;
  }
  .wrapp {
    padding-top: 170px;
  }
}

@media screen and (max-width: 385px) {
  h1 {
    font-size: 18px;
  }
  h1 span.name {
    font-size: 16px;
  }
  h2 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%---END_media---%%%%%%%%%%%%%%%%%%%%%%%%%*/
