.image-slider{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.image-slider .slider-arrow{position:absolute;top:50%;cursor:pointer;transform:translateY(-50%)}.image-slider .prev-arrow{left:15px}.image-slider .next-arrow{right:15px}.image-slider .dots-count{display:flex;justify-content:space-evenly;margin-top:15px}.image-slider .dots-count .dot{width:10px;height:10px;border-radius:50%;border:1px solid #000;cursor:pointer}.image-slider .dots-count .dot:not(:last-child){margin-right:5px}.image-slider .dots-count .active{background-color:#000}