.hhs-flexi-card {
    padding: 5px 5px 0px 5px !important;
      padding: 0px !important;

}


.hhs-flexi-card img {
   -webkit-border-radius: 10px 10px 10px 10px !important;
    border-radius: 10px 10px 10px 10px !important;
    height: 150px !important;
    max-width: 100%;
    object-fit: cover;
}

.hhs-flexi-card-mod .row {
    row-gap: 0px;
}

.hhs-flexi-card-mod .hhs-flexi-card {

    margin-bottom: 0px !important;
}

.hhs-flexi-card-mod.lazy-background.show-mobile.show-tablet.show-desktop.visible {
    padding-bottom: 0px !important;
}

.hhs-flexi-card-mod a{

    -webkit-transition: all 500ms ease-in-out !important;
    -moz-transition: all 500ms ease-in-out !important;
    -ms-transition: all 500ms ease-in-out !important;
    -o-transition: all 500ms ease-in-out !important;
    transition: all 500ms ease-in-out !important;
}

.hhs-flexi-card-mod a:hover
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3) !important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3) !important;
    -moz-transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}


.hhs-img-gallery-grid-mod .hhs-img-gallery-card img {

object-fit: cover;
  
}
/* .hhs-card-content h1, h2, h3, h4, h5, h6, span, p {
margin-bottom:0px !important;
  line-height: 1
  
} */

 
.hhs-card-content h4 {
  position: relative;
  display: inline-block;
}

.hhs-card-content h4::before,
.hhs-card-content h4::after {
content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #0c539461;
}

.hhs-card-content h4::before {
  left: -25px; /* Adjust the spacing on the left side */
}

.hhs-card-content h4::after {
  right: -25px; /* Adjust the spacing on the right side */
}
  

/* responsive styles */

@media (max-width: 575px){
.hhs-flexi-card img {

    height: 250px !important;
  }
}

@media (min-width: 1140px) {
.hhs-img-gallery-grid-mod .hhs-img-gallery-card img {

    height: 130px !important;
  width: 255px !important;
}
}


@media (min-width: 922px) and (max-width: 1139px){
.hhs-img-gallery-grid-mod .hhs-img-gallery-card img {

    height: 200px !important
      width: 340px !important;
}
}



/* 
.hhs-img-gallery-card {
    position: relative !important;
}

.hhs-img-gallery-card .gallery-card-text {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 22px !important;
  pointer-events: none;
}

.gallery-card-text h2 {
    color: white;
  text-transform:capitalize !important
} */