



  .hhs-icon-con{
padding: 25px;
   width: 100%;
    justify-content: space-evenly;
      align-items: left;

}

.hhs-icon-con i, .hhs-icon-con img, .hhs-icon-con svg {margin-bottom: 10px;}

.hhs-icon-con h2, 
.hhs-icon-con h3,
.hhs-icon-con h4,
.hhs-icon-con h5,
.hhs-icon-con h6 {margin-bottom: 5px;}
}
@media (max-width: 768px) {
 .hhs-icon-con{
padding: 0;
   width: 100%;
    justify-content: space-evenly;
      align-items: left;
  }

@media (max-width: 575px) {
  .hhs-icon-con {margin-bottom: 50px;} 
  .hhs-icon-con.last {margin-bottom: 0px;} 
}
.hhs-text-content:hover h2{
  color: #F40061 !important;
}