.fld-news {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}
.fld-news h2 {
    margin-bottom: 25px;
}

/* CARDS */
.fld-card-news {
    background: #fff;
    margin-bottom: 24px;
    position: relative;
}
.fld-card-news h3 {
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-top: 0;
}
.fld-card-news img {
    width: 100%;
}
.fld-reset .fld-card-news .fld-cta {
    position: absolute;
    bottom: 28px;
    left: 20px;
}
.fld-card-news .fld-card-news__description {
    padding: 30px 20px 50px;
    background: #fff;   
}
.fld-card-news .fld-card-news__description a {
    color: #00851B;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2rem;
}
@media (min-width: 768px) {
    .fld-news {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .fld-news h2 {
        flex: 0 0 100%;
    }
    .fld-card-news {
        background: #fff;
        flex: 0 0 31.9%;
        margin-bottom: 46px;
    }
}