.container {
    /* width: 700px;
    height: 600px; */
    /* margin-left: 35%; */
    padding: 22px;
}

.container h1 {
    font-size: 40px;
    text-align: center;
}

.main_container .container p {
    font-size: 22px;
    text-align: justify;
    
    /* padding: 20px; */
}

.para_contain {
    display: flex;
    flex-direction: column;
    /* grid-template-columns: repeat(3,1fr); */
}

.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_container2{
   display: flex !important;
   justify-content: space-around;
}


/* .first_p {
    font-size: 30px;
}

.second_p {
    font-size: 30px;
}

.third_p {
    font-size: 30px;
}

.third_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); */
