.first_container{
    background-image: url('./photos/ner-bannearound-table\ \(1\).jpg');
    width: 100%;
    height: 400px;
    text-align: center;
}

.first_container h1{
    font-size: 60px;
   padding-top: 10%;
   /* color: white; */
}

.first_container h4{
    font-size: 22px;
    /* color: white; */
}

.second_container{
    display: grid;
    grid-template-columns: repeat(3,0.3fr);
    margin-top: 5%;
    margin-left: 12%;

}

.image_size{
    width: 350px;
    height: 300px;
    border-radius: 10px;

}

.second_heading{
    text-align: center;
    margin-top: 2%;
}


.second_container_grid_part h3{
font-size: 22px;
}
