@media (min-width: 1200px) {

  /*-----------------------------*/
  /*-----  HEADINGS -------------*/
  /*-----------------------------*/
  
  h1, .h1 {
    font-size: 2.5rem;
  }
  
  h2, .h2 {
    font-size: 2rem;
  }
  
  h3, .h3 {
    font-size: 1.75rem;
  }
  
  h4, .h4 {
    font-size: 1.5rem;
  }

  .footer-contactWrap {
    font-size: clamp(18px, 4vw, 30px);
}

.circle-l {
  top: 0;
  right: 0;
  transform: translate(85%, 0%);
}

.circle-r {
  top: 0;
  left: 0;
  transform: translate(-85%, 0%);
}


}
