.dots-container{display:flex;justify-content:center;align-items:center;padding:1rem}.dot{height:7px;width:7px;background-color:#404040}.active-dot,.dot{border-radius:50%;display:inline-block;margin-left:10px;margin-top:20px}.active-dot{height:9px;width:9px;background-color:gray}img{padding:0 10px}@keyframes swipe{0%{transform:translateX(0)}to{transform:translateX(-100%)}}