.access-denied-section {
  background: 0 0;
  padding: 100px 0 70px
}
@media screen and (max-width:991px) {
  .access-denied-section {
    padding: 60px 0 40px
  }
}
@media screen and (max-width:767px) {
  .access-denied-section {
    padding: 40px 0 30px
  }
}
.access-denied-section::before {
  content: "";
  background: url(/themes/custom/ltts_revamp/images/webform-wave.webp) no-repeat;
  position: absolute;
  top: 0;
  right: calc((100% - 100vw)/ 2);
  width: 716px;
  height: 258px;
  background-size: contain;
  z-index: -1;
  left: auto
}
@media screen and (max-width:991px) {
  .access-denied-section::before {
    width: 560px;
    height: 202px
  }
}
@media screen and (max-width:767px) {
  .access-denied-section::before {
    width: 352px;
    height: 128px
  }
}
.access-denied-section h2 {
  font-size: 7.5rem;
  line-height: 144px;
  font-weight: 700;
  margin-bottom: 0!important
}
.access-denied-section .overview-content-text .subtitle {
  font-size: 1.5625rem;
  line-height: 30px;
  font-weight: 700;
  color: #5586ce;
  margin-bottom: 12px
}
@media screen and (max-width:1400px) {
  .access-denied-section .overview-content-text .subtitle {
    font-size: 1.4375rem;
    line-height: 28px
  }
}
@media screen and (max-width:767px) {
  .access-denied-section .overview-content-text .subtitle {
    font-size: 1.3125rem;
    line-height: 26px
  }
}
.card-overlay-404 .section-heading {
  margin-bottom: 0
}
.card-overlay-404 .content-link a {
  background-color: #23dce1!important;
  color: #112868!important
}
.card-overlay-404 .field--name-field-card-items {
  gap: 24px
}
.card-overlay-404 .field--name-field-card-items .field__item {
  width: calc((100% - 48px)/ 3)
}
@media screen and (max-width:991px) {
  .card-overlay-404 .field--name-field-card-items .field__item {
    width: 100%;
    max-height: 250px
  }
}
.pillar-industries {
  padding-bottom: 24px!important
}
@media screen and (max-width:991px) {
  .pillar-industries {
    padding-bottom: 36px!important
  }
}
.pillar-industries .pillar-industry-wrapper {
  gap: 24px
}
@media screen and (max-width:991px) {
  .pillar-industries .pillar-industry-wrapper {
    gap: 0
  }
}