.wf-trust {
    background-color: #B42318;
}
.wf-trust .wft-content-wrapper {
    background-color: #B42318;
    padding: 20px 40px 40px 40px;
    margin-left: -15px;
    margin-right: -15px;
    transition: 0.7s ease-in-out;
    position: relative;
    overflow: hidden;
}
.wf-trust .wft-inner-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.wf-trust .wft-content-wrapper .wft-content h3,
.wf-trust .wft-content-wrapper .wft-content p {
    color: #fff;
}

.wf-trust .wft-content-wrapper.second {
  background-color: #4A4A4A;
  transition: 0.7s ease-in-out;
}

.wf-trust .wft-content-wrapper:hover {
    background-color: #4A4A4A;
}

.wf-trust .wft-content-wrapper.second:hover {
    background-color: #B42318;
}

.wf-trust .wft-content-wrapper .wft-bg-icon {
    position: absolute;
    bottom: -16%;
    right: -8%;
    font-size: 200px;
    color: rgba(255, 255, 255, 0.1);
}
.wf-trust .wft-content h3 {
    font-size: 32px;
}
@media only screen and (min-width: 1200px) {
    .wf-trust .wft-content h3 {
        font-size: 38px;
    }
}


/* Desktop only: use Grid for equal-height 3-up */
@media (min-width: 992px) {
  /* Turn ONLY this row into a grid */
  .wimauma-fencing-trust .wft-inner-wrapper > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 equal columns */
    align-items: stretch;                               /* equal height */
    grid-column-gap: 0;                                 /* keep BS3 gutters via padding */
  }

  /* Kill BS3 clearfix when using grid (prevents phantom gaps) */
  .wimauma-fencing-trust .wft-inner-wrapper > .row:before,
  .wimauma-fencing-trust .wft-inner-wrapper > .row:after {
    content: none !important;
    display: none !important;
  }

  /* Let grid control widths; disable floats on these columns only */
  .wimauma-fencing-trust .col-md-4 {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
    /* keep Bootstrap’s gutters from the column padding */
    /* (if your theme changed padding, keep it as-is) */
  }

  /* Make the inner card fill the column height */
  .wimauma-fencing-trust .wft-content-wrapper,
  .wimauma-fencing-trust .wft-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  /* Pin the icon to the bottom */
  .wimauma-fencing-trust .wft-bg-icon {
    margin-top: auto;
  }
}
