.hero-05 {
  background: url("../img/enjoy/a12.jpg") center center; 
  background-size: cover;
}
.hero-table-center {
    display: table-cell;
    vertical-align: middle;
    /* background:rgb(207, 191, 255) ; */
}
.w-100{
  width: 100%;
}
.equal{
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding-bottom:10px ;
}
@media(max-width:450px){
  .hero-05 {
    background: url(../img/enjoy/s3.jpg) center center;
    
    background-size: cover;
}

h2{
  font-size: 15px;
}
}