#thankyou { text-align: center; padding: 10vh 0; }
.check { -webkit-mask: url('/libraries/Feather/check-circle.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: 200px 200px; width: 200px; height: 200px; background: white; margin: 60px auto; }
#thankyou p { margin: 60px 0; }

@media (max-width: 1280px) {
#thankyou { text-align: center; padding: 7vh 0; }
.check { -webkit-mask-size: 100px 100px; width: 100px; height: 100px; background: white; margin: 30px auto; }
}