.featured-resource {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.featured-resource .block-wrap{
    z-index: 2;
    position: relative;
}

.featured-resource .mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

.featured-resource .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .featured-resource .col-2 .col {
        width: calc(34% - 30px);
    }
}

@media screen and (min-width: 1400px) {
    .featured-resource {
        padding: 70px 0;
    }
}