.button-submit {
    background-color: #de6422;
    font-weight: 700;
    width: 100%;
}
.list-services {
    list-style-type: none;
}
.list-services li {
    line-height: 36px;
    font-size: 22px
}
.list-services li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-image: url("assets/icons/check.png");
    background-repeat: no-repeat;
    margin-right: 5px;
}
