.contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .contact-tel {
  background-color: #fafafa;
  padding: 1rem;
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  box-shadow: 9px 8px 34px -1px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 9px 8px 34px -1px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 9px 8px 34px -1px rgba(0, 0, 0, 0.56);
}

.contact .contact-title {
  margin-bottom: 1rem;
}

.contact .contact-tel h4 {
  font-size: 30px;
  font-weight: 400;
}

.contact .contact-tel .tel {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}

.contact .contact-tel .tel i {
  font-size: 1.3rem;
}

.contact .contact-tel .tel a {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
}
