.Title {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;

  &Color {
    color: #1B649B;
  }
}

.GoLink {
  height: 40px;
  padding: 0 32px;
  background: #50beff;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #50beff;
  transition: background .2s, color .2s;
  cursor: pointer;

  &:hover {
    background: #fff;
    color: #50beff;
  }
}

.HeadWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 214px);
}

.HeadTitle {
  font-family: "Proxima Nova";
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 10vh 25% 0;
  font-size: 3vw;
  text-align: center;
}

.HeadDescription {
  text-align: center;
  color: #fff;
  padding: 10vh 0 0 0;
}
