.gallery{
    text-align: center;
    color: #38868A;
    /* box-shadow:  8px 0  0 0  rgba(0 , 0, 0, 0.4); */

}

.gallery_item img{
    /* height: 100px;
    width: 200px; */
    /* display: flex; */
    height: 200px;
    width: 300px;
    /* border-radius: 40px; */
}

.gallery_item{
    text-align: center;
    /* background-color: #A3D2D2; */
}

.galleryview1{
    display: flex;
    justify-content: space-between;
    text-align: center;
    /* justify-content: space-evenly; */
    margin: 40px;
    /* margin: 40px; */
    /* background-color: #A3D2D2; */
    /* padding: 30px; */
    /* padding: 30px; */
    /* padding-left: 0px; */
    /* padding: 30px; */
   
}

.galleryview2{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    /* justify-content: space-evenly; */
    margin: 60px;
    
    /* margin: 40px; */
    /* background-color: #A3D2D2; */
    /* padding: 30px; */
    /* padding: 30px; */
    /* padding-left: 0px; */
    /* padding: 30px; */
   
}

.gallery_item img:hover {
    transform: scale(1.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}
.about_gallery{
    /* box-shadow:0 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 5px rgba(0, 0, 0, 0.2); */
    /* box-shadow: -5px 10px 38px rgba(0, 0, 0, 0.9); */
    /* background-color: #38868A; */

}

.quote {
    font-family: cursive;
    text-align: center;
    background-color: #38868A;
    padding: 10px;
    /* box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2), 0 4px 0 0 rgba(0, 0, 0, 0.3); */

}

.quote h1 {
    font-family:  cursive;
}
/* .about_gallery{} */

@media(max-width:1000px){
    .galleryview1{
        display: inline;
        justify-content: space-evenly;
        margin: 100px;
        /* background-color: none; */

    }
    .galleryview2{
        display: inline;
        justify-content: space-evenly;
        margin: 100px;
        /* background-color: none; */

    }

    .gallery_item img{
        /* display: none; */
        margin: 10px;
        /* margin-left: 50px;
        margin-right: 50px ; */
        text-align: center;
        height: 200px;
        width: 300px;

        

    }
    .gallery{
        background-color: #38868A;
        color: white;
        
    }

    

}