/*COLORS*/
/*Setting*/
html {
  font-size: 10px;
}
.button {
  background-color: #fdb403;
  color: white;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border-radius: 8px;
  border: none;
}
/*Typography*/
section {
  padding: 10rem 0;
}
/*Main*/
main {
  padding: 3rem 0;
}
.header {
  height: 7rem;
}
.wrap {
  display: table;
  width: 100%;
  height: 7rem;
}
.wrap-block {
  display: table-cell;
  vertical-align: middle;
}
.phone-link {
  display: inline-block;
  color: #292929;
  font-weight: 700;
  font-size: 2rem;
  height: 7rem;
  line-height: 7rem;
}
