.dp-decor-animation-rotate{animation:rotateInfinite 25s linear infinite}@keyframes rotateInfinite{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media screen and (max-width:980px){.dp-reverse-columns{display:flex;flex-direction:column-reverse}}.cta-button{border:1px solid red;border-radius:19px;background:red;box-shadow:0px 0px 3px 3px black;transition:all .3s 0s}.cta-button a{padding:18px!important;color:white!important}.cta-button:hover{transform:scale(1.1);transition:all .2s 0s}