html {

    scroll-padding-top: 70px;
}

.progetti-main .image-box {
    aspect-ratio: 1109 / 642;
}

.progetti-main .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.progetti-main .swiper-wrapper {
    padding-bottom: 40px;
}

.progetti-main .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #5a5a5a;
    width: 6px;
    height: 6px;
    opacity: 1;
}

.progetti-main .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
}