.trex-nextsteps {
    background-color: #8BC944;
}

.trex-nextsteps .tfs-content-wrapper {
    text-align: center;   
}
 
.trex-nextsteps .tfs-ns-img {
     transition: transform 0.7s ease;
}

.trex-nextsteps .tfs-ns-img img, .trex-nextsteps .tfs-ns-img i {
    max-width: 116px;
    max-height: 104px;
    margin: auto;
    font-size: 100px;
    color: #fff !important;
}

.trex-nextsteps .tfs-content-wrapper:hover .tfs-ns-img, .trex-nextsteps .tfs-ns-img i {
  transform: scale(1.05);
}

.trex-nextsteps .tfs-ns-title h5 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
}