.contact-head {
  width: 100%;
  height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-head h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
  margin: 10px 0px;
}
.wrapper {
  margin: 20px;
  clear: both;
}
.contact-information {
  color: #000000;
  font-size: 25px;
  margin: 40px;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
