a.button,a.button:link{
    background-color: #6bc048;
    color: #fff;
    display: inline-block;
    font-family: 'Arvo', sans-serif;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-decoration: none;
    margin-bottom: 10px;
}

p.lead{
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    color:#444;
}

.underline{
    text-decoration: underline;
}
.uppercase{
    text-transform: uppercase;
}
ul.checkmark-ul {
    margin-left: 0;
    padding-left: 0;
}
ul.checkmark-ul li{
    background-image: url("./img/check.png")!important;
    background-position: left top!important;
    background-size: 20px;
    padding-left: 30px !important;
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 18px;
}
.products ul.checkmark-ul{
    text-align: center;
    display: none!important;
}
.products ul.checkmark-ul li{
    padding-left: 0px !important;
    background-image: none !important;
    text-align: center !important;
}
