.slider-container .section-header {
    margin-bottom:25px;
}

.slider-container h3.section-header {
    padding-bottom: 50px;
}

.slider-container-dark:after {
    background-color: #FAFAFA;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 200vw;
    height: 100%;
    left: -50vw;
}

.slider-contain {
    max-width:90% !important;
    margin:auto !important;
}

@media screen and (min-width:768px) {
    .slider-contain {
        width: 39% !important;
        max-width: 50%;
        margin-left: -10px !important;
    }
}

.revenue-box {
    max-width: 85%;
    margin: auto;
    background-color: #36A180;
    padding: 25px 50px;
    color: white;
    margin-bottom:50px;
}



h2.revenue-amount, h2.revenue-employee {
    color: white;
    font-size: 60px;
}

.single-post .revenue-amount, .single-post .revenue-employee {
    font-size: 48px;
}

#slider-revenue {
    margin-bottom: 90px;
}
 
#slider-workers {
    margin-bottom: 100px;
}

.slider-container {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.revenue-box p {
    font-size:18px;
}