*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.photo-heading h1{
    font-family: 'Dancing Script', cursive;
    font-size: 70px;
   }
   .photo-silder{

    margin: auto;
    display: block;
  
  
   }
   .photo-silder-edit img{
    
    height: 250px;
    object-fit: cover;
   }
   .photo-row{
    margin-top: 30px!important;
    justify-content: space-around;
   }
   .photo-silder{
    border: 4px solid grey;
   }
   .row-11 {
    justify-content: center;
   }
   p{
    color: white;
   }
   h1{
    color: white;
   }
   .update-image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* object-position: top; */
   }
   .about-section2{
    padding: 0px!important;
    padding-top:50px!important ;
   }