.dsc-section {
    padding: 60px 20px;
}

.dsc-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    text-align: center;
}

.dsc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.dsc-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.dsc-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1e4fa3;
}

.swiper-pagination {
    margin-top: 25px;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #cfd8dc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1e4fa3;
}