@charset "UTF-8";
.service-insights {
  margin: 200px 0;
  overflow: hidden;
}
.service-insights .title {
  position: relative;
  z-index: 2;
  color: #6A7F7F;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.service-insights .link-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  margin-bottom: 40px;
}
.service-insights .link-title .title {
  margin-bottom: 0;
}
.service-insights .link-title .svg-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-insights .link-title .svg-block .svg-static {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .link-title .svg-block .svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .link-title:hover .svg-static {
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .link-title:hover .svg-hover {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .slide-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6f7fc;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  position: relative;
}
.service-insights .insightsSwiper .slide-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(88, 17, 164);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
@media (hover: none) {
  .service-insights .insightsSwiper .slide-inner:after {
    display: none;
  }
}
.service-insights .insightsSwiper .slide-inner:hover:after, .service-insights .insightsSwiper .slide-inner.hover:after {
  opacity: 1;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.service-insights .insightsSwiper .slide-inner:hover .col-desc .item-top .svg-block .svg-static, .service-insights .insightsSwiper .slide-inner.hover .col-desc .item-top .svg-block .svg-static {
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .slide-inner:hover .col-desc .item-top .svg-block .svg-hover, .service-insights .insightsSwiper .slide-inner.hover .col-desc .item-top .svg-block .svg-hover {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .slide-inner:hover .col-img img, .service-insights .insightsSwiper .slide-inner.hover .col-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .col-desc {
  width: 61.13%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.service-insights .insightsSwiper .col-desc .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-insights .insightsSwiper .col-desc .item-top .name-category {
  color: #859394;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-insights .insightsSwiper .col-desc .item-top .svg-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-insights .insightsSwiper .col-desc .item-top .svg-block .svg-static {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .col-desc .item-top .svg-block .svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .col-desc .item-title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-insights .insightsSwiper .col-desc .label-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 20px;
}
.service-insights .insightsSwiper .col-desc .label-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 4px;
  padding-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  position: relative;
  color: #5A5B5C;
  z-index: 1;
}
.service-insights .insightsSwiper .col-desc .label-list-item a span {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.service-insights .insightsSwiper .col-desc .label-list-item a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#5811A4), to(#13B898));
  background: linear-gradient(90deg, #5811A4 0%, #13B898 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .col-desc .label-list-item a:hover::after {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.service-insights .insightsSwiper .col-desc .label-list-item a::before {
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 0;
  width: 100%;
  height: 2px; /* Товщина лінії */
  background: #6A7F7F;
  z-index: -1; /* Щоб лінія була за текстом */
}
.service-insights .insightsSwiper .col-desc .label-list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#5811A4), to(#13B898));
  background: linear-gradient(90deg, #5811A4 0%, #13B898 100%);
  z-index: -1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.service-insights .insightsSwiper .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}
.service-insights .insightsSwiper .post-tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 4px 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  border-radius: 8px;
  background-color: #333;
}
.service-insights .insightsSwiper .post-tags .tag.industry {
  background-color: #544EC9;
}
.service-insights .insightsSwiper .post-tags .tag.service {
  background-color: #008CBA;
}
.service-insights .insightsSwiper .col-img {
  width: 38.87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.service-insights .insightsSwiper .col-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .swiper-slide:nth-child(1) .col-img {
  height: auto;
}
.service-insights .insightsSwiper .last-item {
  display: none;
}
.service-insights .insightsSwiper .pagination-wrapper {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  margin-top: 128px;
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next {
  position: static;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  gap: 16px;
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev:after,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next:after {
  display: none;
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev span,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next span {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev .svg-block,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next .svg-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev .svg-block .svg-static,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next .svg-block .svg-static {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev .svg-block .svg-hover,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next .svg-block .svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev:hover .svg-static,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next:hover .svg-static {
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev:hover .svg-hover,
.service-insights .insightsSwiper .pagination-wrapper .swiper-button-next:hover .svg-hover {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-insights .insightsSwiper .pagination-wrapper .swiper-pagination {
  position: static;
  width: auto;
  margin-top: 0;
  color: #333333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 993px) {
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(1) {
    -ms-grid-column-span: 3;
    grid-column: span 3; /* Займає 3 колонки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1; /* Починає з першої колонки */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Займає 2 рядки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1; /* Друга колонка */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Займає 2 рядки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1; /* Третя колонка */
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1; /* Один рядок */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1; /* Третя колонка */
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1; /* Один рядок */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(2) .slide-inner,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(3) .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(2) .col-img,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(3) .col-img {
    width: 100%;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(4) .col-img,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(5) .col-img {
    display: none;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(2) .col-desc,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(3) .col-desc,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(4) .col-desc,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(5) .col-desc {
    padding: 24px;
    width: 100%;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(2) .col-desc .item-title,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(3) .col-desc .item-title,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(4) .col-desc .item-title,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-5 .swiper-slide:nth-child(5) .col-desc .item-title {
    font-size: 22px;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(1) {
    -ms-grid-column-span: 3;
    grid-column: span 3; /* Займає 3 колонки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1; /* Починає з першої колонки */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Займає 2 рядки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1; /* Друга колонка */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Займає 2 рядки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1; /* Третя колонка */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Один рядок */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(2) .slide-inner,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(3) .slide-inner,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(4) .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(2) .col-img,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(3) .col-img,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(4) .col-img {
    width: 100%;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(2) .col-desc,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(3) .col-desc,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(4) .col-desc {
    padding: 24px;
    width: 100%;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(2) .col-desc .item-title,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(3) .col-desc .item-title,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-4 .swiper-slide:nth-child(4) .col-desc .item-title {
    font-size: 22px;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(1) {
    -ms-grid-column-span: 3;
    grid-column: span 3; /* Займає 3 колонки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1; /* Починає з першої колонки */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Займає 2 рядки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1; /* Друга колонка */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Займає 2 рядки */
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .last-item {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1; /* Третя колонка */
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* Один рядок */
    border-radius: 24px;
    background: var(--cards-bg, #E6F7FC);
    padding: 44px 24px;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .last-item .title-item {
    color: #333;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .last-item .title-item span {
    color: #5811A4;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .last-item .btn {
    height: 69px;
    width: 90%;
    margin: 0 auto;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(2) .slide-inner,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(3) .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(2) .col-img,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(3) .col-img {
    width: 100%;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(2) .col-desc,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(3) .col-desc {
    padding: 24px;
    width: 100%;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(2) .col-desc .item-title,
  .service-insights .insightsSwiper .swiper-wrapper.item-count-3 .swiper-slide:nth-child(3) .col-desc .item-title {
    font-size: 22px;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-2 {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-2 .swiper-slide {
    width: 100%;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-1 {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service-insights .insightsSwiper .swiper-wrapper.item-count-1 .swiper-slide {
    width: 100%;
  }
}
.service-insights .pagination-wrapper {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .service-insights .insightsSwiper .col-desc {
    gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .service-insights {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 992px) {
  .service-insights .swiper-slide {
    height: 100%;
  }
  .service-insights .swiper-slide .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
  }
  .service-insights .swiper-slide .col-img {
    width: 100%;
  }
  .service-insights .swiper-slide .col-desc {
    width: 100%;
  }
  .service-insights .insightsSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
  .service-insights .insightsSwiper .pagination-wrapper .swiper-pagination {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .service-insights .insightsSwiper .pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #859394;
  }
  .service-insights .insightsSwiper .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #541AA3;
  }
  .service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev,
  .service-insights .insightsSwiper .pagination-wrapper .swiper-button-next {
    display: none;
  }
  .service-insights .insightsSwiper .pagination-wrapper .swiper-button-prev span,
  .service-insights .insightsSwiper .pagination-wrapper .swiper-button-next span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-insights {
    margin: 72px 0;
  }
  .service-insights .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .service-insights .link-title {
    margin-bottom: 24px;
    gap: 0 8px;
  }
  .service-insights .link-title .title {
    margin-bottom: 0;
  }
  .service-insights .link-title .svg-block {
    width: 24px;
    height: 24px;
  }
  .service-insights .link-title .svg-block svg {
    width: 100%;
    height: 100%;
  }
  .service-insights .swiper-slide .slide-inner {
    border-radius: 12px;
  }
  .service-insights .swiper-slide .col-desc {
    height: 267px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
    gap: 12px 0;
  }
  .service-insights .swiper-slide .col-desc .item-top .name-category {
    font-size: 16px;
    line-height: 1;
  }
  .service-insights .swiper-slide .col-desc .item-top .svg-block {
    width: 30px;
  }
  .service-insights .swiper-slide .col-desc .item-top .svg-block svg {
    width: 100%;
    height: auto;
  }
  .service-insights .swiper-slide .col-desc .item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service-insights .swiper-slide .col-desc .label-list-item {
    gap: 4px 20px;
  }
  .service-insights .swiper-slide .col-desc .label-list-item a {
    font-size: 14px;
    padding-bottom: 0;
  }
  .service-insights .swiper-slide .col-desc .label-list-item a span {
    font-size: 22px;
  }
  .service-insights .swiper-slide .col-desc .label-list-item a:after {
    display: none;
  }
  .service-insights .swiper-slide .col-img img {
    width: 100%;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-insights .swiper-slide:hover .col-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
}
