html,
body {
    height:100%;
    font-size:1rem;
    font-family: 'Roboto', sans-serif;
}

.bg-light {background-color:#fff!important;}

.gradient {
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%); 
}

.page-header {
    margin-top:155px;
    padding-top:50px;
    font-size:1.25rem;
    color:#fff;
}

.feature {
    color:#fff;
}

.feature ul {
    padding-left:2rem;
    list-style-type:none;
}

.feature ul li {
    padding-left:2rem;
    background-image:url(../img/check.svg);
    background-repeat: no-repeat;
    line-height:1.5rem;
    margin-bottom:1rem;
}