@import '../Headers/Header_02/header_02.css';

@import "../Moduli/SliderScorrimento/carousel-big.css";


#services-tax .col-content {
    padding: 2.08vw 2.6vw; /* 40 50 */
    z-index: 2;
}
#services-tax .col-content h2 {
    font-family: var(--md-font);
    padding-right: 9.9vw; /* 190 */
}
#services .col-content > *:last-child {
    margin-bottom: 0;
}

/* 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: 1440px) {
    #services-tax .col-content h2 {
        padding-right: 13.9vw;
    }
}

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

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    #services-tax .col-content {
        padding: 25px 30px;
    }
}

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

}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	
}

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

}

/* Mobile port
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {

}