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

@import "../Moduli/Gallery/gallery-stripe.css";

#why-chose-us h2.h3-font {
    font-family: var(--rg-font);
    line-height: 1.2;
}

#people .two-col-grid {
    grid-template-columns: 41% 1fr;
}
#people .col-2 .stripe-text * {
    line-height: 1.35;
}

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

}

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

}

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

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    #people .two-col-grid {
        grid-template-columns: 36% 1fr;
    }
}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
    #people .two-col-grid {
        grid-template-columns: 40% 1fr;
    }
}

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

}