/* Second Eye Website v1.21.4 — four precise hero service icons */
.hero-services-four-v1214{
  display:grid!important;
  grid-template-columns:repeat(4,58px)!important;
  gap:12px!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  justify-content:start!important;
  margin-top:22px!important;
}
.hero-services-four-v1214 .hero-service-v1214{
  width:58px!important;
  height:58px!important;
  min-height:58px!important;
  padding:0!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:17px!important;
  border:1px solid rgba(82,96,155,.14)!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 8px 22px rgba(31,43,68,.05),inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.hero-services-four-v1214 .hero-service-v1214 .hero-service-icon-v121{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:inherit!important;
  background:linear-gradient(145deg,rgba(113,91,232,.075),rgba(37,183,165,.07))!important;
}
.hero-services-four-v1214 .hero-service-v1214 .icon{
  width:29px!important;
  height:29px!important;
  stroke-width:1.65!important;
}
.hero-services-four-v1214 .hero-service-v1214:nth-child(2n) .hero-service-icon-v121{
  background:linear-gradient(145deg,rgba(37,183,165,.075),rgba(113,91,232,.06))!important;
}
html[dir="ltr"] body.lang-en .hero-services-four-v1214{justify-content:start!important}

@media(max-width:900px){
  .hero-services-four-v1214{
    grid-template-columns:repeat(4,56px)!important;
    gap:12px!important;
  }
  .hero-services-four-v1214 .hero-service-v1214{
    width:56px!important;height:56px!important;min-height:56px!important;
  }
  .hero-services-four-v1214 .hero-service-v1214 .icon{width:28px!important;height:28px!important}
}

@media(max-width:700px){
  .hero-services-four-v1214{
    grid-template-columns:repeat(4,54px)!important;
    gap:12px!important;
    margin:18px auto 0!important;
    justify-content:center!important;
  }
  .hero-services-four-v1214 .hero-service-v1214{
    width:54px!important;height:54px!important;min-height:54px!important;
    border-radius:16px!important;
  }
  .hero-services-four-v1214 .hero-service-v1214 .icon{width:27px!important;height:27px!important}
  html[dir="ltr"] body.lang-en .hero-services-four-v1214{justify-content:center!important}
}

@media(max-width:390px){
  .hero-services-four-v1214{
    grid-template-columns:repeat(4,50px)!important;
    gap:10px!important;
  }
  .hero-services-four-v1214 .hero-service-v1214{
    width:50px!important;height:50px!important;min-height:50px!important;
    border-radius:15px!important;
  }
  .hero-services-four-v1214 .hero-service-v1214 .icon{width:25px!important;height:25px!important}
}
