

.logo-name{
        width: 115px;
}

.installation-section {
    padding: 100px 0;
    margin-top: 200px;
}




.page-img-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}





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

.logo img {
        width: 90px;
    }
    .page-img-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}
        


}



