/* 404 */
.page404 h1{font-size: 5rem;font-weight: 800;}

/* -------------------------- Thank You Page ------------------------------ */
.thankyou {background-image: url('../images/banners/pinnacle-main-banner.jpg');color: #fff;background-size: cover;background-position: top right;background-repeat: no-repeat;display: flex;justify-content: center;align-items: center; aspect-ratio: 1; margin-top: 22%;}

/* -------------------------------Terms & conditions */


@media (min-width: 767px){
  /* thank you */
  .thankyou{aspect-ratio: auto; margin-top: 5%;height: 70vh;}
}

@media (min-width: 991px){

}

@media (min-width: 1150px){
  /* 404 */
  .page404 h1{font-size: 6vw;}

  /* thank you */
  .thankyou{aspect-ratio: 16 / 6; margin-top: 8%;height: auto;}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
.termsCond .circleList{padding-left: 0.2rem;}

}