.service-our-expertise {
  margin-block: 200px;
}
.service-our-expertise h2 {
  margin-bottom: 40px;
  text-align: center;
  color: var(--Black-Gray-Dark, #6a7f7f);
  text-align: center;
  /* Desk/Headline/H2 */
  font-size: 38px;
  text-transform: uppercase;
}
.service-our-expertise__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--steps, 3)];
  grid-template-columns: repeat(var(--steps, 3), 1fr);
  gap: 20px;
  position: relative;
}
.service-our-expertise__steps::before {
  content: "";
  border-radius: 23px;
  opacity: 0.7;
  background: var(--Violet-solid, #544ec9);
  -webkit-filter: blur(227px);
          filter: blur(227px);
  position: absolute;
  z-index: -1;
  width: 633px;
  max-width: 100%;
  height: 131px;
  top: 50%;
  left: 50%;
  rotate: 13deg;
  translate: -50% -50%;
}
.service-our-expertise__steps .step {
  border-radius: 24px;
  background: var(--cards-bg, #e6f7fc);
  padding: 32px;
}
.service-our-expertise__steps .step .counter {
  color: var(--Violet-solid, #544ec9);
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
  display: block;
}
.service-our-expertise__steps .step h4 {
  color: var(--Black-Black80, #5a5b5c);
  margin: 0;
  /* Desk/Headline/H4 (not uppercase) */
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.service-our-expertise__steps .step--shared {
  grid-column: span var(--steps, 3);
}
.service-our-expertise__steps .step--shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
}
.service-our-expertise__steps .step--shared h4 {
  margin-bottom: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-our-expertise__steps .step--shared .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.service-our-expertise__steps .step--shared .col-left {
  width: 100px;
  max-width: 100px;
}
.service-our-expertise__steps .step--shared .col-left img {
  max-width: 100%;
}
.service-our-expertise__steps .step--shared .col-right {
  width: 180px;
  max-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service-our-expertise__steps .step--shared .col-right .icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  gap: 20px 16px;
}
.service-our-expertise__steps .step--shared .col-right .icons img {
  max-width: 100%;
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-our-expertise__steps .step--shared .col-center .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 40px;
}
.service-our-expertise__steps .step--shared .col-center .icons-wrapper .arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 24px;
  position: relative;
  margin-bottom: 16px;
}
.service-our-expertise__steps .step--shared .col-center .icons-wrapper .arrow-container .arrowhead {
  width: 24px;
  height: 24px;
}
.service-our-expertise__steps .step--shared .col-center .icons-wrapper .arrow-container .arrow-line {
  width: calc(100% - 10px);
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.service-our-expertise__steps .step--shared .col-center .icons h5 {
  color: var(--Black-Black80, #5a5b5c);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-our-expertise__steps .step--shared .col-center .icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.service-our-expertise__steps .step--shared .col-center .icons .icon img {
  height: 45px;
  width: auto;
}
.service-our-expertise__steps .step--shared .see-more-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 12px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 247, 252, 0)), color-stop(38%, #e6f7fc));
  background: linear-gradient(180deg, rgba(230, 247, 252, 0) 0%, #e6f7fc 38%);
  display: none;
}
.service-our-expertise__steps .step--shared .see-more-container button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--Black-Gray-Dark, #6a7f7f);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .service-our-expertise .step--shared .col-center .icons {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media (max-width: 767px) {
  .service-our-expertise {
    margin-block: 72px;
  }
  .service-our-expertise h2 {
    font-size: 24px;
  }
  .service-our-expertise__steps {
    --steps: 1 !important;
  }
  .service-our-expertise__steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-our-expertise__steps .step .counter {
    font-size: 33px;
    margin-bottom: 0;
  }
  .service-our-expertise__steps .step h4 {
    font-size: 16px;
  }
  .service-our-expertise__steps .step--shared {
    gap: 24px;
    height: 184px;
    overflow: clip;
    -webkit-transition: height 0.33s ease-in-out;
    transition: height 0.33s ease-in-out;
  }
  .service-our-expertise__steps .step--shared .see-more-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-our-expertise__steps .step--shared h4 {
    margin-bottom: 12px;
    text-transform: initial;
  }
  .service-our-expertise__steps .step--shared .col-left {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-our-expertise__steps .step--shared .col-left img {
    max-width: 42px;
  }
  .service-our-expertise__steps .step--shared .col-right {
    width: 112px;
  }
  .service-our-expertise__steps .step--shared .col-right .icons {
    gap: 12px;
  }
  .service-our-expertise__steps .step--shared .col-center {
    padding-bottom: 25px;
  }
  .service-our-expertise__steps .step--shared .col-center .icons-wrapper .arrow-container {
    margin-bottom: 8px;
  }
  .service-our-expertise__steps .step--shared .col-center .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-our-expertise__steps .step--shared .col-center .icons h5 {
    font-size: 14px;
    text-transform: initial;
  }
  .service-our-expertise__steps .step--shared .col-center .icons .icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .service-our-expertise__steps .step--shared .col-center .icons .icon img {
    height: 32px;
    width: auto;
  }
  .service-our-expertise__steps .step--shared.opened .see-more-btn svg {
    rotate: 180deg;
  }
}
@media (max-width: 424px) {
  .service-our-expertise__steps .step--shared h4,
  .service-our-expertise__steps .step--shared h5 {
    font-size: 10px !important;
  }
}
