.custom-pagination{position:absolute;bottom:0;width:auto;z-index:10;width:100%;display:flex;justify-content:space-between;padding-left:5%}.custom-line{width:50px;height:4px;background-color:#FFFFFF99;cursor:pointer;border-radius:30px;transition:background-color .3s ease,height .3s ease}.custom-line-active{background-color:#028FEE;height:4px}@media (max-width:768px){.custom-line{width:20px;height:2px}.custom-line-active{height:3px}}