.contact {
  padding-bottom: 120px;
  @media screen and (max-width: 750px){
    padding: 0 20px 80px;
  }
}
.contact__read {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 2em;
  letter-spacing: 0.18em;
  @media screen and (max-width: 750px){
    font-size: 13px;
    line-height: 1.8;
  }
}

.contactTel {
  margin-top: 120px;
  text-align: center;
  @media screen and (max-width: 750px){
    margin-top: 80px;
  }
}
.contactTel__read {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-top: 2em;
  @media screen and (max-width: 750px){
    font-size: 13px;
    line-height: 1.8;
  }
}
.contactTel__tel {
  font-size: 62px;
  font-family: var(--font-josefin);
  letter-spacing: -0.02em;
  margin-top: 0.5em;
  @media screen and (max-width: 750px){
    font-size: 36px;
  }
  i {
    font-size: 44px;
    @media screen and (max-width: 750px){
      font-size: 30px;
    }
  }
}
