.service-cards{display:flex;flex-direction:column;gap:16px;position:relative}.service-card{border-radius:20px 0;overflow:hidden;position:relative;width:100%;z-index:1}.service-card__img{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.service-card img{height:100%!important;min-height:100%;object-fit:cover;object-position:center;width:100%;z-index:-1}.service-card__content{align-items:center;background-color:rgba(11,41,59,.36);display:flex;gap:64px;height:100%;justify-content:space-between;padding:28px;transition:all .25s ease;width:100%}.service-card__text{color:var(--white);font-size:18px;font-weight:700;margin-bottom:0;text-shadow:0 0 15px #000}.service-card__icon,.service-card__text{transition:all .25s ease}.service-card__icon svg{fill:var(--white)}.service-cards__hexagon-shape{height:calc(100% + 240px);left:50%;position:absolute;top:50%;transform:translateY(-50%);width:auto;z-index:-1}@media (hover:hover){.service-card:hover .service-card__content{background-color:rgba(11,41,59,.45)}.service-card:hover .service-card__icon{transform:translateX(4px)}}@media (min-width:768px){.service-card__content{padding:40px 28px}}