@import '../Headers/Header_01/header_01.css';

@import "../Moduli/SliderScorrimento/auto-scroll-logos.css";
@import "../Moduli/ModuliInterattivi/services-viewer.css";

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


#services .two-col-grid {
    gap: 0;
}

#results .two-col-grid {
    gap: 5.21vw 4.17vw; /* 100 80 */
}

#work-with-us .divider-container,
#spontaneous-applications .divider-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1690px) {
    #results .stripe-container-inner.apply-pad {
        padding-left: 0;
        padding-right: 0;
    }
}

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

}

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

}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
    #services .stripe-content {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 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) {

}