.mobile-landing-features img {
    max-width: 128px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*.mobile-landing-features img{
    max-width:50%;
}*/
.popover-content {
    padding: 9px 14px;
    background-color: #004785;
    color: #FFF;
    border-radius:5px;
}
.popover.bottom>.arrow:after {
    border-bottom-color: #004785!important;
}

.buttonizer{
    text-align:center;
}

.buttonizer a {
    border: 3px;
    border-color: #004785;
    border-style: solid;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

.buttonizer a:hover {
    background-color: #004785;
    color: #FFF!important;
}