.hero-mid {
  width: 100%;
  height: auto;
}


.template-cover{
    width: 100%;
    height: 100%;
    position: relative;
}

.template-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.template-cover h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
}




@media (max-width: 768px) {
 

  .hero-section {
        height: 30vh;
    }
}
