.trex-resources .tfs-section-title {
    margin-top: 40px;
}

.trex-resources .tfs-section-title h2 {
    font-size: 36px;
    color: #000000;
}

.trex-resources .tfs-header-img {
    display: none;
 
}

.trex-resources .tfs-feature-list {
    background-color: #ffffff;
}

.trex-resources .tfs-feature-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: all 0.7s ease-in-out;
}

.trex-resources .tfs-inner-wrapper:hover .tfs-feature-img img {
    border: 2px solid #8BC944;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}

.trex-resources .btn-primary-open {
    display: inline-block;
    border: 1px solid #8BC944;
    padding: 15px 30px;
    background-color: transparent;
    color: #8BC944;
    text-align: center;
}

.trex-resources .tfs-inner-wrapper:hover .btn-primary-open {
    background-color: #8BC944;
    color: #ffffff;
}

.trex-resources .tfs-inner-wrapper {
    text-align: center;
}

.trex-resources .tfs-inner-wrapper a {
    margin: auto;
}

@media (min-width: 768px) {
    .trex-resources .tfs-inner-wrapper {
        margin: 0px;
    }

    .trex-resources .tfs-content-description {
        padding: 32px 60px 24px 60px;
    }

    .trex-resources .tfs-header-img {
        display: block;
      
    }

    .trex-resources .tfs-header-img img {
        width: 100%;
        object-fit: cover;
          max-height: 760px;
    }

    .trex-resources .tfs-section-title h2 {
        color: #FFFFFF;
    }

    .trex-resources .tfs-content-wrapper {
        position: relative;
        margin-top: -200px;
    }
}


h3.features-title {
    font-size: 2.5em;
}