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

#intro-stripe h2.h3-font {
    font-family: var(--rg-font);
    line-height: 1.2;
}


#clients .six-col-grid {
    gap: 2.08vw 0 !important; /* 40 */
}
#clients .col-logo {
    padding: 2.08vw; /* 40 */
}
#clients .col-logo img {
    max-height: 5.21vw; /* 100 */
    filter: brightness(0) invert(55.3%) sepia(8%) saturate(220%) hue-rotate(185deg);
}



/* 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) {
    #clients .col-logo img {
        max-height: 8.21vw;
    }
}

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

}