.industries-core-capabilities {
  background-image: url("../../img/industries-core-capabilities-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 200px 0;
  padding: 80px 0;
}
@media only screen and (min-width: 993px) {
  .industries-core-capabilities:before {
    content: "";
    position: absolute;
    width: 545.566px;
    height: 208.431px;
    -webkit-transform: rotate(-37.979deg);
            transform: rotate(-37.979deg);
    border-radius: 23px;
    opacity: 0.7;
    background: var(--Violet-solid, #544EC9);
    -webkit-filter: blur(227px);
            filter: blur(227px);
    left: -5px;
    bottom: -95px;
    z-index: -1;
  }
}
.industries-core-capabilities .title-section {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.industries-core-capabilities .title-section span {
  color: var(--primary-color-benefits);
}
.industries-core-capabilities .btn {
  width: calc(33.3333333333% - 13.5px);
  margin-top: 40px;
  height: 69px;
  margin-inline: auto;
}
@media only screen and (min-width: 993px) {
  .industries-core-capabilities .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .industries-core-capabilities .items.no-swiper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .industries-core-capabilities .items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .industries-core-capabilities .items.align-center .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .industries-core-capabilities .items.align-center .item__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .industries-core-capabilities .items.align-center .item * {
    text-align: center;
  }
  .industries-core-capabilities .items.align-left .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .industries-core-capabilities .items.align-left .item__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .industries-core-capabilities .items.align-left .item * {
    text-align: left;
  }
  .industries-core-capabilities .items.count-1 .item {
    width: 100%;
  }
  .industries-core-capabilities .items.count-2 .item {
    width: calc(50% - 13.5px);
  }
  .industries-core-capabilities .items.count-3 .item {
    width: calc(33.3333333333% - 13.5px);
  }
  .industries-core-capabilities .items.count-4 .item {
    width: calc(50% - 13.5px);
  }
  .industries-core-capabilities .items.count-5 .item {
    width: calc(33.3333333333% - 13.5px);
  }
  .industries-core-capabilities .items.count-5 .item:nth-child(4) {
    width: calc(50% - 13.5px);
  }
  .industries-core-capabilities .items.count-5 .item:nth-child(5) {
    width: calc(50% - 13.5px);
  }
  .industries-core-capabilities .items.count-6 .item {
    width: calc(33.3333333333% - 13.5px);
  }
  .industries-core-capabilities .items.count-7 .item {
    width: calc(33.3333333333% - 13.5px);
  }
  .industries-core-capabilities .items.count-7 .item:nth-child(7) {
    width: 100%;
  }
  .industries-core-capabilities .items.count-8 .item {
    width: calc(33.3333333333% - 13.5px);
  }
  .industries-core-capabilities .items.count-8 .item:nth-child(7), .industries-core-capabilities .items.count-8 .item:nth-child(8) {
    width: calc(50% - 13.5px);
  }
  .industries-core-capabilities .items .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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(33.3333333333% - 13.5px);
    height: auto;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.2);
    padding: 32px;
    gap: 20px;
  }
  .industries-core-capabilities .items .item__img {
    width: 76px;
    height: 76px;
    min-width: 76px;
    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;
  }
  .industries-core-capabilities .items .item__img img {
    width: 100%;
    height: auto;
  }
  .industries-core-capabilities .items .item__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
  .industries-core-capabilities .items .item__title {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .industries-core-capabilities .items .item__text {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }
  .industries-core-capabilities .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .industries-core-capabilities {
    margin: 72px 0;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 992px) {
  .industries-core-capabilities {
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#5811A4), to(#13B898));
    background: linear-gradient(90deg, #5811A4 0%, #13B898 100%);
  }
  .industries-core-capabilities .btn {
    margin-top: 24px;
    height: 48px;
    width: 157px;
  }
  .industries-core-capabilities .items.no-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .industries-core-capabilities .items.no-swiper .swiper-pagination {
    display: none;
  }
  .industries-core-capabilities .items .item {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .industries-core-capabilities .items .item__img {
    width: 42px;
    min-width: 42px;
    height: 42px;
    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;
  }
  .industries-core-capabilities .items .item__img img {
    width: 100%;
    height: auto;
  }
  .industries-core-capabilities .items .item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .industries-core-capabilities .items .item__title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .industries-core-capabilities .items .item__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }
  .industries-core-capabilities .swiper-pagination {
    position: static;
    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;
    width: 100%;
    gap: 12px;
    margin-top: 16px;
  }
  .industries-core-capabilities .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    opacity: 1;
  }
  .industries-core-capabilities .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .industries-core-capabilities .title-section {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
  }
}
