/*************** BANNER SECTION ***************/

#homePage .banner-section h2 {
    font-size: 25px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 10px;
}

/************** COUNTER SECTION **************/

#homePage .counter-section {
    background-image: url('../img/baner2.png');
    background-size: cover;
    height: 400px;
}

#homePage .counter-item {
    height: 400px;
}

#homePage .counter-column {
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}

#homePage .counter-count {
    font-size: 55px;
    position: relative;
    color: #696868;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 40px;
}

#homePage .counter-line {
    position: relative;
    bottom: 0;
    left: 17%;
    width: 66%;
    height: 1px;
    background: #da251e;
}

#homePage .counter-desc {
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    padding-top: 20px;
}

#homePage .counter-desc span {
    display: block;
    font-size: 13px;
}

@media (max-width: 768px) {
    #homePage .counter-section {
        height: auto;
    }

    #homePage .counter-item {
        height: auto;
    }

    #homePage .counter-column {
        margin: 10px 0;
    }

    #homePage .counter-count {
        font-size: 2.5em;
        margin: 10px 0;
    }
}

@media(min-width: 768px) and  (max-width: 992px) {
    #homePage .counter-section {
        height: auto;
    }

    #homePage .counter-item {
        height: auto;
    }

    #homePage .counter-column {
        margin: 10px 0;
    }

    #homePage .counter-count {
        font-size: 2.5em;
        margin: 10px 0;
    }
}

/**************** BLOG SECTION ****************/

#homePage .blog-section {
    background-color: #fff;
}

#homePage .blog-section h2 {
    padding-left: 20px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

#homePage .blog-item .image img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

/**************** TESTIMONIAL ****************/

#homePage .single-testimonial p {
    max-width: 100% !important;
}