
/*  */
/* 
*/
.stage-big p {
    font-size: 3.5rem !important;
}
body.oe-page .stage-big .content-wrap img, body.oe-page .stage-small .content-wrap img {
    min-width: 209px;
}

@media (max-width: 1024px) {
    .stage-big p {
        font-size: 2.5rem !important;
    }
    body.oe-page .stage-big .content-wrap img, body.oe-page .stage-small .content-wrap img {
        min-width: 174px !important;
    }
}
@media (max-width: 768px) {
    .stage-big p {
        font-size: 2rem !important;
    }
    body.oe-page .stage-big .content-wrap img, body.oe-page .stage-small .content-wrap img {
        height: 40px !important;
        min-width: 140px;
    }
}
/*  */