html {
  font-size: 10px;
}
.header {
  height: 70px;
}
.button {
  background-color: #f8af01;
  color: white;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
}
section {
  padding: 10rem 0;
}
main {
  padding: 2rem 0;
}
.phone-link {
  display: inline-block;
  color: #1a1820;
  font-size: 2rem;
  height: 7rem;
  line-height: 7rem;
}
.wrap {
  display: table;
  width: 100%;
  height: 7rem;
}
.wrap-block {
  display: table-cell;
  vertical-align: middle;
}
