.countdown{display:flex;flex-flow:row wrap;justify-content:center;margin:30px auto;padding:30px 0;border:1px solid #e7e7e7}.countdown:after{content:'';background-image:url('https://blog.sew-eurodrive.it/hubfs/css/clock.png');background-size:contain;background-repeat:no-repeat;background-position:bottom center;width:100%;height:64px}.countdown span{margin:0 auto;text-align:center;font-weight:bold;font-size:18px;text-align:left;color:#3b454c}.countdown span.label{width:100%;padding-bottom:15px}.countdown span{display:flex;flex-flow:column wrap;align-items:center;margin:0 8px;width:42px}.countdown span div:first-of-type{background-color:#e3e5e6;width:42px;height:42px;display:flex;justify-content:center;align-items:center;margin:0 auto 8px auto}@media only screen and (min-width:480px) and (max-width:767px){.countdown{width:300px}}@media only screen and (min-width:768px) and (max-width:991px){.countdown span{margin:0 4px}}@media only screen and (min-width:1280px){.countdown span{margin:0 16px}}