.wh-cta-cards-list {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 1.1039rem + 1.6901vw, 2.625rem);
}
.wh-cta-cards-list>li {
  padding-bottom: clamp(2.5rem, 1.8398rem + 2.8169vw, 4.375rem);
}
.wh-cta-cards-list>li .wh-img {
  padding-bottom: 20%;
}
.wh-cta-cards-list>li {
  position: relative;
}
@media(min-width: 900px){
  .wh-cta-cards-list>li:not(:first-child):before{
    content: '';
    position: absolute;
    top: 26px;
    left: -10px;
    border-left: 1px solid currentColor;
    height: 174px;
    opacity: .5;
  }
}
@media(max-width: 900px){
  .wh-cta-cards-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  }

.wh-cta-cards-list li>*{
  padding-left: clamp(1.25rem, 0.9199rem + 1.4085vw, 2.1875rem);
  padding-right: clamp(1.25rem, 0.9199rem + 1.4085vw, 2.1875rem);
}
.wh-cta-card-icon,
.editor-styles-wrapper .wh-cta-card-icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 60px;
}

.wh-cta-cards-list>li a:hover .wh-hdr {
  color: #E47C27;
}

