.wrapper-timer { position: relative; transform: rotate(-2deg); } .wrapper-timer:after { content: ''; display: block; background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%); position: absolute; left: -2px; top: -2px; bottom: -2px; right: -2px; border-radius: 7px; transform: rotate(2deg); } .timer { position: relative; background: url(/landings/287591/1711100198/images/icon-timer.png) left 15px center no-repeat rgba(0,0,0,0.8); border-radius: 7px; padding: 5px 24px; display: flex; align-items: center; font-size: 16px; font-weight: 500; max-width: fit-content; z-index: 2; min-width: 137px; padding-left: 40px; } @media (max-width: 480px) { .timer { font-size: 14px; background-size: 16px; padding: 5px 15px; padding-left: 35px; min-width: 117px; } }