body {
    font-family: Noah, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}


.img {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/bg_pic.jpeg");
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}


.baner {
    background-color: white;
    border-radius: 3px;
    width: 70%;
    z-index: 9;
    margin-top: -100px;
    margin-left: 100px;
    padding-bottom: 100px;

}


.h1 {
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.1;
    color: rgb(0, 0, 0);
    padding-top: 10%;
    padding-left: 11%;
    padding-right: 11%;
    line-height: 1.5;
    /* padding-bottom: 70%; */
}

.h2 {
    /* padding-top: 40%; */
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding-bottom: 30px;

}

.h2:hover{
    color: gray;
}

.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 300px;
}

div.gallery img {
    width: 100%;
    height: auto;
    transition: transform 300ms;
    
}

div.gallery a{
    text-decoration: none;
}

a:hover img{
    position: relative; 
    transform: translateY(-10px);
  }
} 

.responsive {
    float: left;
    width: 32%;
    padding: auto;
}

.companyinfo {
display: flex;
width: 50%;
padding-left: 15%;
padding-bottom: 4%;

}

@media only screen and (max-width: 960px) {
    .container {
        flex-direction: column;
        border: 11px solid rgb(255, 255, 255);
        padding-top: 0;
    }

    .baner{
    display: flex;
    width: 80%;
    margin-top: 0%;
    }

    .h1 {
        font-size: 16px;
        width: 100%;
        padding-left: 4%;

    }

    .h2 {
        padding-top: 5%;
    }

    .companyinfo {
        display: flex;
        width: 75%;


    }
    .responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;


    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* display: flex; */

*/
/* justify-content: center; */


/* align-items: center;