.btn-contact-bottom {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #e96b56;
    background: #e96b56;
}
.featured .icon-box {
    height: 100%;
}
.garantie-list {
    list-style-type:none;
}
.garantie-list li {
    display:flex;
    flex-direction:row;
}