
/*
section COMPANY FACTS
*/
#company-facts {
    background-image: url("../img/company-facts-bg.png");
    padding-bottom: 40px;
    background-position: center;
    /*background-repeat: no-repeat;*/
    background-size: cover;
}

#company-facts .section-body {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 40px;
}

#company-facts .fact-box {
    height: 280px;
}

#company-facts .title {
    margin-top: 30px;
    font-weight: bold;
    font-size: x-large;
    line-height: 0.8;
    height: 75px
}

#company-facts .big {

    font-size: 2em;
}


@media only screen and (max-width: 479px) {

    #company-facts {
        background-image: url(../img/company-facts-bg.png);
        padding-bottom: 0;
        background-position: center;
        /* background-repeat: no-repeat; */
        background-size: cover;
    }

    #company-facts img{
        max-height: 80px;
    }
    #company-facts .section-body {
        padding-top: 20px;
        text-align: center;
        padding-bottom: 0;
    }
    #company-facts .fact-box {
        height: 175px;
    }
    #company-facts .title {
        margin-top: 15px;
        font-weight: bold;
        font-size: small;
        line-height: 0.8;
        height: 40px
    }
}

@media only screen and (min-width: 480px) and  (max-width: 767px) {
    #company-facts {
        background-image: url(../img/company-facts-bg.png);
        padding-bottom: 0;
        background-position: center;
        /* background-repeat: no-repeat; */
        background-size: cover;
    }

    #company-facts .section-body {
        padding-top: 20px;
        text-align: center;
    }
    #company-facts .fact-box {
        height: 230px;
    }
    #company-facts .title {
        margin-top: 15px;
        font-weight: bold;
        font-size: medium;
        line-height: 0.8;
        height: 40px
    }
}

@media only screen and  (min-width: 768px) and (max-width: 992px) {

    #company-facts .section-body {
        padding-top: 80px;
        text-align: center;
    }
    #company-facts .title {
        margin-top: 30px;
        font-weight: bold;
        font-size: large;
        line-height: 0.8;
        height: 60px
    }
    #company-facts {
        background-image: url("../img/company-facts-bg.png");
        background-position:  center;
    }

}

@media only screen and  (min-width: 1620px) {
    #company-facts {
        background-image: url("../img/company-facts-bg.png");
        background-position: center;
        /*background-repeat: no-repeat;*/
        background-size: 100%;
    }

}













/*
section COMPANY FACTS
*/
