#vertCard001 {
    padding:20px 0
}
#vertCard001 h2 {
    text-transform: none;
    text-align:center;
    font-size:30px
}
#vertCard001 .subtitle {
    text-align:center;
    margin-bottom:30px;
    font-weight:600
}

#vertCard001 .vcItem {
    margin-bottom:30px
}
#vertCard001 .vcItem .title {
    margin: 0 0 2px 0;
    font-size: 1.1rem;
    font-weight:800;
    line-height: 1.2;
    color: #000000;
}
#vertCard001 .ctaCon {
    margin-top:15px
}

@media (min-width:576px) {
    #vertCard001 .vcItem .subtitle {
        margin-bottom:30px
    }
}

@media (min-width:992px) {
    #vertCard001 h2 {
        font-size: 2.35rem;
        line-height: 1.3;
    }
    #vertCard001 .vcItem .title {
        font-size:1.3rem
    }
}
@media (min-width:1279px) {
    #vertCard001 {
        max-width:960px;
        margin:0 auto
    }
    #vertCard001 .vcItem .title {
        font-size:1.4rem
    }
}