.termsSection {
  width: 100%;
  height: auto;
  padding: 100px 0 50px;
}
.termsContainer {
  width: 94%;
  height: auto;
  max-width: 1600px;
  position: relative;
  margin: 0px auto;
  /*   display: flex; */
  flex-wrap: wrap;
  background: url(../images/contact/contact-bg.webp) no-repeat center center;
  justify-content: space-between;
}

.termsContainer h1 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  line-height: 150%;
  color: #1b2774;
  margin: 0 0 20px 0;
}

.termsContainer h2 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 700;
  font-size: 28px;
  text-align: left;
  line-height: 150%;
  color: #1b2774;
  margin: 0 0 10px 0;
}
.termsContainer p {
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  .termsContainer h1 {
    font-size: 64px;
  }
  .termsContainer h2 {
    font-size: 24px;
  }
  .termsContainer p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .termsContainer h1 {
    font-size: 30px;
  }
  .termsContainer h2 {
    font-size: 20px;
  }
  .termsContainer p {
    font-size: 14px;
  }
}
@media screen and (max-width: 570px) {
}
