
.thanks::before{ display: block; content:"";

    width: 64px;
    height: 64px; margin-bottom: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve"><path fill="%231EB46A" d="M32,64c-8.5,0-16.6-3.4-22.6-9.4C3.4,48.6,0,40.5,0,32S3.4,15.4,9.4,9.4C15.4,3.4,23.5,0,32,0 s16.6,3.4,22.6,9.4c6,6,9.4,14.1,9.4,22.6s-3.4,16.6-9.4,22.6C48.6,60.6,40.5,64,32,64z M25.6,48l28.8-27.2L49.6,16l-24,22.4 L14.4,27.2L9.6,32L25.6,48z"/></svg>');


}
.thanks h1:not(#logo) { margin-bottom: 0.5em;}


@media all and (max-width: 599.98px) {

    .thanks::before {

        width: 36px;
        height: 36px;  margin-bottom: 16px;

    }
}