.grid-icon-cards {
  padding-top: 30px
}
.grid-icon-cards .section-wave-bg {
  display: none
}
.vertical-tabs-wrapper {
  padding-top: 30px
}
.vertical-tabs-wrapper::before {
  background: url(/themes/custom/ltts_revamp/images/diagonal-grey-wave.webp) no-repeat;
  background-size: cover!important;
  bottom: 60%;
  top: unset;
  width: 600px;
  height: 465px
}
@media screen and (max-width:1199px) {
  .vertical-tabs-wrapper::before {
    display: none
  }
}
@media screen and (max-width:1199px) {
  .vertical-tabs-wrapper .accordion-cards-wrapper {
    position: relative
  }
  .vertical-tabs-wrapper .accordion-cards-wrapper::before {
    content: "";
    position: absolute;
    background: url(/themes/custom/ltts_revamp/images/diagonal-grey-wave.webp) no-repeat;
    background-size: cover!important;
    bottom: 85%;
    top: unset;
    right: calc((100% - 100vw)/ 2);
    width: 323px;
    height: 250px;
    z-index: -1
  }
}
.grid-info-cards {
  padding-top: 30px
}