.body {
  height: 100%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  font-family: Roboto, sans-serif;
  color: #b3b3b3;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
}

.image {
  width: 100%;
  max-width: 310px;
  margin-bottom: 50px;
}

.text-block {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.link-mail {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #b3b3b3;
  text-decoration: none;
  cursor: pointer;
}

.link-mail:hover {
  color: hsla(176.1904761904762, 63.64%, 61.18%, 1.00);
}

.link-numer {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #b3b3b3;
  text-decoration: none;
}

.link-numer:hover {
  color: #5ddbd3;
}

.text-block-2 {
  margin-bottom: 30px;
  color: #666;
  text-align: center;
}

