.slider-section-hslider {
    background-color: #fff;
    padding: 60px 50px;
}

.slider-container-hslider {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #000;
    padding: 60px 50px;
    border-radius: 40px;
    color: #fff;
    font-family: sans-serif;
}

.slider-header-hslider h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: white;
    padding-bottom: 20px;
}

.slider-header-hslider p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: white;
    padding-bottom: 20px;
}

.slider-header-hslider p:last-child {
    padding-bottom: 50px;
}

.service-for-hslider {
    margin-top: 30px;
    font-weight: bold;
}

/* Stile Slide */
.swiper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
}

.card-hslider {
    display: flex;
    flex-direction: column;
}

.card-hslider img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 20px;
}

.card-hslider h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: white;
}

.card-hslider h3 span {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: white;
}

/* Personalizzazione pallini paginazione */
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination {
    position: relative !important;
    display: block !important;
    padding-top: 30px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 409px) {

    .slider-section-hslider,
    .slider-container-hslider {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {

    .slider-section-hslider,
    .slider-container-hslider {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {

    .slider-section-hslider,
    .slider-container-hslider {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* titolo */
@media (max-width: 369px) {
    .slider-header-hslider h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .slider-header-hslider h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .slider-header-hslider h2 {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .slider-header-hslider h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .slider-header-hslider h2 {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .slider-header-hslider h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .slider-header-hslider h2 {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .slider-header-hslider h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .slider-header-hslider h2 {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .slider-header-hslider h2 {
        font-size: 35px;
        line-height: 41px;
    }
}

/* descrizione */
@media (max-width: 1128px) {
    .slider-header-hslider p {
        font-size: 16px;
        line-height: 22px;
    }

    .slider-header-hslider p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .slider-header-hslider p {
        line-height: 20px;
        font-size: 14px;
    }
}

/* SPAN */
@media (max-width: 1066px) {

    .card-hslider h3,
    .card-hslider h3 span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1067px) and (max-width: 1231px) {

    .card-hslider h3,
    .card-hslider h3 span {
        font-size: 20px;
        line-height: 26px;
    }
}