.contact_text_wrap{
    width: 112rem;
    margin: 0 auto;
    margin-top: 14.4rem;
    padding-bottom: 7.3rem;
  }

.contact_text_wrap h2{
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    font-weight: 400;
    color: #ffffff;
    line-height: calc(26 / 18)em;
    letter-spacing: 0.02em;
    margin-bottom: 4.2rem;

}

.contact_text_wrap p{
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    font-weight: 400;
    color: #ffffff;
    line-height: calc(26 / 18)em;
    letter-spacing: 0.02em;
    margin-bottom: 3rem;

}


@media screen and (max-width: 699.98px){

    .contact_text_wrap{
        width: 29.5rem;
        margin-top: 7rem;
        padding-bottom: 8rem;
      }

      .contact_text{
        font-size: 1.5rem;
        line-height: calc(21 / 15)em;
      }

}