@import '../Headers/Header_02/header_02.css';
@import "../Moduli/Fasce/big-card-with-img-txt.css";
@import "../Moduli/SliderScorrimento/auto-scroll-logos.css";
@import "../Moduli/SliderScorrimento/carousel-big.css";


#values-and-mission .stripe-container-inner {
    min-height: 100vh;
    min-height: 100svh;
}

#why-chose-us .col-container {
    background-color: #30343f;
    height: 15.63vw; /* 300 */
    min-height: 280px;
}
#why-chose-us .col-icon img {
    width: 6.51vw; /* 125 */
    min-width: 6.51vw; /* 125 */
    height: auto;
}
#why-chose-us .col-text {
    padding-left: 1.82vw; /* 35 */
}

#logos-stripe .stripe-container-inner {
    padding-top: 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) {
    #why-chose-us .col-icon img {
        width: 93px;
        min-width: 93px;
    }
}

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

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    #why-chose-us .col-icon img {
        width: 80px;
        min-width: 80px;
        }
    #why-chose-us .col-container {
        min-height: 260px;
    }    
}

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

}