@import '../Headers/Header_01/header_01.css';
@import '../Moduli/SliderScorrimento/auto-scroll-logos-sm.css';
@import '../Moduli/SliderScorrimento/news-stripe_2.css';
@import "../Moduli/SliderScorrimento/carousel-big.css";

.pattern {
    position: absolute;
    top: -4.125vw;
    left: 50%;
    transform: translatex(-50%);
    opacity: .1;
    width: 47.917vw;
    height: 47.917vw;
    border: 2px solid white;
    border-radius: 100%;
    pointer-events: none;
    min-width: 560px;
    min-height: 560px;
}
#detrazioni-fiscali .col-img {
	box-shadow: 0 0 2.604vw rgb(255 255 255 / 5%)
}
#detrazioni-fiscali {
    overflow-x: hidden;
}
/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {

}

/* Team grid to set as classic team grid on four col grid
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1460px) {

}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {

}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {

}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	#arteidro-services .two-col-grid.img-size_01 {
        grid-template-columns: 1fr;
    }
    #arteidro-services .hf-sp {
        padding-top: 2em;
    }
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

}

/* Mobile port
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
    #arteidro-services .three-col-grid {
        grid-template-columns: 1fr;
        padding-top: 1em;
    }
    #arteidro-services .two-col-grid,
    #arteidro-services .three-col-grid {
        grid-gap: 1em;
    }
    #arteidro-services .two-col-grid .col-content-title h2 {
        font-size: 26px;
    }
    .pattern {
        min-width: 480px;
        min-height: 480px;
        top: 10%;
    }

    #detrazioni-fiscali .img-size_01 img {
        min-height: 369px;
    }
}