



.abouthome{
    background-image: url('images/about.png') ;
     height: 40vh;
     border-radius: 50px;
     /* background-color: rgb(236, 33, 33); */
     background-repeat: no-repeat;
     background-position:cover;
     /* background-size: contain;
     background-color: #d40f0f; */
     
     /* margin: 0 2rem; */
}

.noted{
    background-color: #fff;
     height: 30px;
     margin-top: 40rem!important;
}


.hero-heading2
{

padding-top: 75px;
padding-left: 135px;


}

.blog-img-holder
{

/* width:100%; */
height: 540px;
/* overflow: hidden; */
position: relative;
overflow: hidden;
background-color:black ;

  
}

.blog-img-holder img {

width: 100%;
height: 100%;
object-fit: cover;
display: block;



}



.blog-img-holder h2 {


    position: absolute;
    bottom:0;
    padding: 30px;
 
    z-index: 20;
    
}
.blog-img-holder h2::before{

    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(rgba(223, 230, 232, 0),rgb(1, 11, 13));
    /* opacity:.7; */
    z-index: -2;
   bottom: -20;
    left: 0;
    width: 100%;
    height: 100%;

}