.content-full-width ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-full-width ul li {
    position: relative;
    padding-left: 36.5px;
    margin-bottom: 20px;
}
.content-full-width ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    background-image: url(assets/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
}
.content-full-width .full_width_content_button {
    margin-top: 30px;
}
.content-full-width .full_width_content_button a:last-of-type {
    margin-right: 0;
}