.contact_info h1{
  color:  #005E82;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.contact_info i{
  color:  #005E82;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
}

.contact_info p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
}