.category-card {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	text-align: center;
	transition: 0.3s;
	border: 1px solid var(--color-primary);
}

.category-card img{
    width:100%;
    border-radius:10px;
}

.category-card .title{
    margin-top:10px;
    font-size:18px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    margin-block-start: 60px;
}
.line-btn{
    display:inline-block;
    margin-top:10px;
    border-bottom:2px solid #000;
    padding-bottom:2px;
}