.resources {
    padding: 0 0 68px 0;
}

.resources h2 {
    margin-bottom: 26px;
}

.resources .btn-red {
    box-shadow: none;
}

@media(max-width:992px) {
    .resources .btn-red {
        box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
        padding: 10px 85px;
        min-width: 240px;
    }

    .resources {
        padding: 0 15px 68px 15px;
    }
}