/* Card Block Component*/

.featured-graphic {
    border-bottom: 1px solid #e4e6ec;
}

.featured-graphic .top-bg-alt {
    padding: 25px 0;
}

.featured-graphic h1,
.featured-graphic h2,
.featured-graphic h3,
.featured-graphic h4,
.featured-graphic h5,
.featured-graphic h6 {
    margin-bottom: 1.75rem;
}

.featured-graphic p {
    font-size: 18px;
}

@media only screen and (min-width: 40.063em) {
    .featured-graphic .top-bg-alt{
        padding: 60px 0;
    }

    .featured-graphic h1 {
        margin:  30px 0;
    }
}
