.cmp-services-v1{padding:clamp(70px,9vw,120px) var(--pad)}

.cmp-services-v1__wrap{max-width:var(--wrap);margin:0 auto}

.cmp-services-v1__heading-row{display:flex;align-items:center;gap:16px;margin-bottom:clamp(32px,4vw,44px)}

.cmp-services-v1__mark{display:inline-flex;flex-direction:column;gap:5px;width:clamp(34px,4.7vw,52px)}

.cmp-services-v1__mark span{display:block;height:8px;background:#fff}

.cmp-services-v1__mark span:nth-child(1){width:33%}

.cmp-services-v1__mark span:nth-child(2){width:66%}

.cmp-services-v1__mark span:nth-child(3){width:100%}

.cmp-services-v1__heading{font-family:var(--fd);font-weight:600;letter-spacing:-.02em;line-height:1.08;
  color:#fff;font-size:clamp(30px,4.8vw,52px);margin-bottom:0}

.cmp-services-v1__grid{max-width:var(--wrap);margin:0 auto;display:grid;grid-template-columns:1fr;gap:20px}

.cmp-services-v1__tile{background:#141416;border-radius:16px;padding:clamp(32px,4vw,40px) clamp(24px,3vw,28px);
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;min-height:140px;
  justify-content:center;transition:background-color .3s ease,box-shadow .3s ease}

.cmp-services-v1__tile:hover{background:#1a1a1d;box-shadow:0 22px 34px -14px rgba(255,255,255,.28)}

.cmp-services-v1__title{font-family:var(--fd);font-weight:600;letter-spacing:-.01em;line-height:1.1;
  color:#fff;font-size:clamp(28px,3.4vw,36px)}

.cmp-services-v1__subtitle{font-family:var(--f);color:var(--mut);font-size:14px;letter-spacing:.02em}

@media(min-width:940px){
  .cmp-services-v1__grid{grid-template-columns:repeat(3,1fr)}
}
