.Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    padding: 50px;
}

.AboutUs {
    font-size: 60px;
    font-weight: 700;
}

.data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-inline: 100px;
}

.AboutTag {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}

.AboutUsDatas {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    padding: 20px;
}


.image1 {
    position: absolute;
    top: 1;
    left: 1;
    margin-right: 250px;
    height: 400px;
    /* Maintain aspect ratio */
}

.image2 {
    position: absolute;
    top: 1;
    left: 1;
    margin-left: 150px;
    height: 290px;
    /* Maintain aspect ratio */
}

.AboutUsImage {
    position: relative;
    width: 50%;
    display: flex;

    justify-content: center;
    align-items: center;
    padding-left: 50px;


}

.AboutUsText {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.AboutText {

    font-size: 26px;
    font-weight: 400;
}

.BootsTrapButton {
    border-radius: 15px;
    width: 200px;
    margin-top: 20px;

}



@media only screen and (max-width: 500px) {

    .AboutUsDatas {
        flex-direction: column;
  
        width: 100%;
    }

    .AboutUsImage {
        height: 50vh;
        width: 100%;

    }

    .image1 {
        position: absolute;
        margin-right: 100px;
        height: 100px;
        /* Maintain aspect ratio */


    }

    .image2 {
        position: absolute;
        margin-left: 70px;
        height: 50px;
        /* Maintain aspect ratio */

    }

    .Container {

        height: 100vh;
        padding: 1px;
        width: 100%;
    }

    .data {
        width: 100%;
        padding-inline: 1px;
    }

    .AboutUs {
        font-size: 10px;
    }

    .AboutTag {
        font-size: 10px;
    }

    .AboutText {
        font-size: 10px;
    }
    .AboutUsText {
        width: 50%;
        display: flex;
      
        
        flex-direction: column;
    }

}



@media only screen and (max-width: 1000px) {
    .AboutUsText {
        width: 100%;
        text-align: center;
       
    }

    .AboutUsText h3 {
        width: 100%;
    }

    .image1 {
        position: absolute;
        margin-right: 100px;
        height: 200px;
        /* Maintain aspect ratio */


    }

    .image2 {
        position: absolute;
        margin-left: 70px;
        height: 100px;
        /* Maintain aspect ratio */

    }

    .AboutUs {
        font-size: 10px;
    }

    .AboutTag {
        font-size: 10px;
    }

    .AboutText {
        font-size: 10px;
    }


}