.about_us{
    /* border: 2px solid red; */
    justify-content: center;
    align-items: center;
}
.about_us h1{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
div .abt{
    /* border: 2px solid blue; */
    background: url('bg2.jpg') no-repeat center center/cover;
    /* width: 95%; */
    height: 35rem;
    display: flex;
    margin: 20px;
    align-items: center;
    justify-content: center;
    
}
div .abt div p{
    /* border: 2px solid red; */
    width: 28%;
    /* height: 450px; */
    margin: 10px 93px;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    align-items: center;
    line-height: 2rem;
    justify-content: center;
}
div .contact{
    /* border: 2px solid greenyellow; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.contact .container {
    border: 2px solid #dec6c6;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    text-align: center;
    width: 40%;
    /* height: 400px; */
    padding: 24px 44px;
    border-radius: 11px;
}

.contact .container form{
    margin-top: 20px;
    /* border: 2px solid yellowgreen; */
}

.form-group input,.form-group textarea{
    text-align: center;
    /* here display block and width di to now ab mai margin auto de skta hun aur mera element centre m aa jayega*/
    display: block;
    width: 340px;
    margin: 7px auto;
    font-size: 20px;

    padding: 11px 49px;
    border-radius: 13px;
    border: 3px solid #3d4c54;
    font-family: 'Ubuntu', sans-serif;
}
.contact .container h2{
    text-align: center;
    font-size: 2rem;
}

.contact .map{
    
    margin: 20px auto;
    
}