.header{
    height: 585px;
    background: url(../images/en/front\ page\ en-01.png) 100% no-repeat;
    background-size: cover;
}
@media (max-width: 991px){
    .header{
        height: 500px;        
        background-position: left;
    }
    .header .header-content{
        padding-top: 50px; 
    }
}
.contact{
    position: relative;
}
.contact .form{
    position: absolute;
    top: 30px;
    left: 60%;
    height: 540px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}
.footer .footer-share button{
    background-color: #fff;
    color: #2FA360;    
    padding: 10px 20px;
    margin-left: -10px;
    border-radius: 8px;    
}
@media (max-width: 991px){
    .contact .form{
        position: relative;
        top: 0px;
        left: 0px;
    }
    .footer{
        margin-top: 500px;
    }
}