.enterwell-prize__form { position: relative; } .enterwell-prize__buttons { position: absolute; bottom: -20px; left: 0; right: 0; text-align: center; } .message-wrapper:before { content: ''; background: url(../images/image-sticker.png) no-repeat center; } .icon-success { background: url(../images/icon-success.svg) no-repeat center; } .icon-fail { background: url(../images/icon-fail.svg) no-repeat center; } @media screen and (min-width: 768px) { .enterwell-prize__form { display: grid; grid-template-columns: repeat(2, minmax(200px, 1fr)); } } @media screen and (max-width: 767px) { .enterwell-prize__form { margin-bottom: 100px; } .fieldset + .fieldset { margin-top: 25px; } }