.bg-getintouch {
    background-image: url('https://static.wixstatic.com/media/e1c78c_8f2c0255955849019724a67353839dad.jpg/v1/fill/w_1920,h_637,al_c,q_85,enc_auto/e1c78c_8f2c0255955849019724a67353839dad.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}

.height-for-all {
    height: 550px;
    padding: 10px;
}

 .h1-whoweare {
    font-size: 80px;
    text-align: left;
    margin-bottom: 20px;
}

.p-textabout {
    color: rgb(76, 76, 76);
    margin-top: 20px;
    width: 720px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

@media (max-width: 990px) {
    .h1-whoweare {
        font-size: 60px;
        text-align: center;
        width: 100%;
    }

    .p-textabout {
        width: 90%; 
        text-align: center;
        font-size: 14px;
        line-height: 1.5em;
        margin: 20px auto;
    }

    .div-title-aboutUs {
        margin-left: 30px;
    }

    .height-for-all {
        height: auto;
    }
}

@media (max-width: 768px) {
    .h1-whoweare {
        font-size: 50px;
    }

    .p-textabout {
        width: 100%;
        font-size: 14px;
        margin: 20px auto;
    }
}

@media (max-width: 480px) {
    .h1-whoweare {
        font-size: 40px;
        text-align: center;
    }

    .p-textabout {
        width: 100%; 
        font-size: 13px;
        text-align: center; 
        margin: 10px auto; 
        line-height: 1.4em;
        padding: 0 20px 0 0;
    }

    .height-for-all {
        height: auto;
    }
}