.solution-section {
    scroll-margin-top: 20px;
    padding: 40px 0 0;
    min-height: 400px;
    width: 100%;
}

.solution-section h2 {
    font-size: 28px;
    color: #333;
    padding-bottom: 10px;
    text-align: center;
}

.solution-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: center;
}

.swiper-solution {
    width: 100%;
    margin: 10px auto 0;
    padding: 15px 0;
    overflow: hidden;
    height: 240px;
}

.swiper-solution .swiper-slide {
    width: 380px !important;
    flex-shrink: 0;
    height: 200px !important;
}

@media (max-width: 768px) {
    .solution-section {
        scroll-margin-top: 10px;
        padding: 20px 0 0;
        min-height: auto;
    }
    .solution-section h2 {
        font-size: 22px;
    }
    .solution-section p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .swiper-solution {
        height: 200px;
    }
    .swiper-solution .swiper-slide {
        width: 280px !important;
        height: 180px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .swiper-solution .swiper-slide {
        width: 320px !important;
    }
}