#contactContainer h2 span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 2px;
  color: var(--primaryColor);
  line-height: 1;
}

#contactContainer h2 span:last-of-type {
  display: block;
  margin-top: 27px;
  font-size: 26.7px;
  line-height: 1.6;
}

#contactContainer {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
}

#contactContainer h2 {
  text-align: center;
}

#contactContainer p {
  margin-top: 50px;
  text-align: center;
}

#contactContainer .moreBtn {
  margin: 50px auto 0;
}

.banner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 100px;
}

.banner img {
  width: 100%;
}






@media (max-width: 1024px) {
/* #contactContainer h2 span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 2px;
  color: var(--primaryColor);
  line-height: 1;
}

#contactContainer h2 span:last-of-type {
  display: block;
  margin-top: 27px;
  font-size: 26.7px;
  line-height: 1.6;
} */

#contactContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 80px auto 0;
}

#contactContainer h2 {
  text-align: center;
}

#contactContainer p {
  margin-top: 50px;
  text-align: center;
}

#contactContainer .moreBtn {
  margin: 50px auto 0;
}

.banner {
  /* width: 100%; */
  margin-top: 70px;
}

/* .banner img {
  width: 100%;
} */


}






@media (max-width: 560px) {
/* #contactContainer h2 span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 2px;
  color: var(--primaryColor);
  line-height: 1;
}

#contactContainer h2 span:last-of-type {
  display: block;
  margin-top: 27px;
  font-size: 26.7px;
  line-height: 1.6;
} */

#contactContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 60px auto 0;
}

/* #contactContainer h2 {
  text-align: center;
} */

#contactContainer p {
  margin-top: 26px;
  /* text-align: center; */
}

#contactContainer .moreBtn {
  margin: 30px auto 0;
}

.banner {
  /* width: 100%; */
  margin-top: 60px;
}

/* .banner img {
  width: 100%;
} */


  
  }