
.header-logo{
    text-align: center;
}
.header-logo img{
    width: 70%;
}
.service-icon img{
    width: 70%;
}
footer .about-logo img{
    width: 70%;
    margin-top: -30px;
}
.footer-layout2{
    background: #0b1422 url(../img/footer.jpg);
    background-size: cover;
}
@media (max-width: 767px) {
    .header-logo img{
        width: 30%;
    }
    .brand-box{
        height: 90px;
    }
    footer .about-logo{
        text-align: center;
    }
    .footer-layout2 .widget-area{
        padding-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .header-logo img{
        width: 20%;
    }
    .footer-layout2{
        background-size: contain;
    }
}