
span.custom-muted {
    color: #727272;
}

span.custom-Elza-thin {
    font-family: "elza" !important;
    font-weight: 200;
}

span.custom-90percent {
    font-size: 90%;
}

span.custom-20 {
    font-size: 20px;
    line-height: 25px;
}

span.custom-25 {
    font-size: 25px;
    line-height: 30px;
}

span.custom-30 {
    font-size: 30px;
    line-height: 35px;
}

span.custom-40 {
    font-size: 40px;
    line-height: 45px;
}

span.custom-50 {
    font-size: 50px;
    line-height: 55px;
}

span.custom-paddingsides-20 {
    padding: 0 20px;
}

ul.custom-checkmarks {
    li {
        list-style-type: none;
        line-height: 1.7;
        margin: 10px 0 0 40px !important;

        &:before {
            content: "\f058" !important;
            font-family: FontAwesome;
            position: relative;
            top: 0;
            padding-right: 20px;
            font-size: 25px;
            color: #b6c6eb;
            height: 0 !important;
            width: 0 !important;
            margin: 0px 20px 0 -40px !important;
            background: transparent !important;
        }
    }
}