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

@import "../Moduli/ModuliInterattivi/job-searcher.css";
@import "../Moduli/Fasce/big-card-with-img-txt.css";

@import "../Moduli/ModuliInterattivi/selection-process.css";

section#intro-stripe:before {
    content: '';
    display: block;
    width: 100%;
    height: 100vw;
    position: absolute;
    top: 8vw;
    right: 0;
    background: radial-gradient(
        ellipse 60% 60% at 90% 48%, /* width height - X Y */ 
        rgba(0, 69, 107, 1) 1%, 
        rgba(0, 69, 107, 0) 55%
    );
    z-index: -1;
    opacity: 0.4;
}


#work-with-us-pages .col-content {
    padding: 2.08vw 2.6vw; /* 40 50 */
    z-index: 2;
}
#work-with-us-pages .col-content h2 {
    font-family: var(--md-font);
}


/* 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) {
    #work-with-us-pages .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) {

}