@media screen and (max-width: 767px) {
    .hero-three{
        background-position: center top;
    } 
}

.service-box{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.service-box h3{
    font-size: 24px;
    line-height: 32px !important;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .hero-three.section{
        padding-top: 120px;
    }
}

.footer-links ul li a{
    font-size: 14px;
}

[class*="thumb"]{
    padding: 0 !important;
}