.payrollDeduction section h1 {
    font-weight: 500;
}
.banner__container {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 0 1rem 0;
    justify-content: center;
    padding: 1rem 0;
    background-image: url(../img/EF_PayrollDeduct_hero-cropped-overlay.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner__container img {
    height: auto;
    max-width: 550px;
    width: 90%;
}
.twoColFullWidth {
    padding: 0;
}
.twoColFullWidth .row {
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .twoColFullWidth .row {
        flex-direction: row;
    }
}
h2 {
    font-weight: 500;
}
.grayBg {
    background-color: #f7f7f7;
}
.tshirt {
    background: transparent url('../img/EF_PayrollDeduct_T-shirts.jpg') 0 0 no-repeat;
    background-size: cover;
    min-height: 300px;
}
.row.section {
    margin: 75px 0;
}
.columnPadding {
    padding: 30px;
}
@media (min-width: 768px) {
    .columnPadding {
        padding: 75px;
    }
}
h2.red {
    text-transform: uppercase;
}
.bg-secondary a {
    color: #fff
}