.supplyChainPage {
  background: #fff;
}

.supplyChain h2,
.supplyChain h3 {
  color: #2A2F36;
}

.textBlock h5,
.titleBlock h5 {
  font-weight: 700;
  font-size: 14px;
  color: #004D80;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.textBlock h2,
.titleBlock h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  /*text-transform: capitalize;*/
}

.textBlock p,
.titleBlock p {
  font-size: 15px;
  color: #3A4150;
  line-height: 27px;
}

.textBlock p:first-of-type {
  margin-top: 14px;
}

.textBlock p:not(:last-child) {
  margin-bottom: 9px;
}

.center {
  text-align: center;
}

.center p {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.sourcingIntro {
  padding: 80px 0 82px;
}

.introGrid {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(360px, 540px);
  gap: 50px;
  align-items: start;
}

.sourcingMedia {
  min-width: 0;
  margin-top: 30px;
}

.sourcingSwiper {
  height: 340px;
  /* border: 2px solid #0086EC; */
  border-radius: 10px;
  overflow: hidden;
  /* background: #F4F7FB; */
}

.sourcingSwiper .swiper-wrapper,
.sourcingSwiper .swiper-slide {
  height: 100%;
}

.sourcingSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sourcingPagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sourcingPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #909090;
  border-radius: 8px;
  margin: 0;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.sourcingPagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #004D80;
}

.sourcingNote {
  min-height: 92px;
  margin-top: 40px;
  background: #fff;
  border: 1px solid #CDE0EE;
  border-left: 4px solid #0086EC;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 77, 128, .1);
  padding: 25px 32px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.noteIcon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noteIcon img {
  width: 26px;
  height: 26px;
}

.sourcingNote p {
  font-size: 16px;
  color: #2A2F36;
  line-height: 27px;
}

.sourcingNote strong {
  font-weight: 700;
  color: inherit;
}

.chainCapabilities {
  background: #F4F7FB;
  padding: 76px 0 80px;
}

.titleBlock p {
  color: #5C6470;
  margin-top: 18px;
}

.chainGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 360px));
  gap: 20px;
  justify-content: center;
  margin-top: 44px;
}

.chainGrid .item {
  min-height: 160px;
  background: #fff;
  border: 1px solid #E2E6EC;
  border-radius: 3px;
  padding: 26px 20px 28px;
  transition: all .3s ease-in-out;
}

.chainGrid .item:hover {
  border-color: #BCD8E8;
  box-shadow: 0 0 6.5px 0 rgba(0, 77, 128, .26);
  /*transform: translateY(-4px);*/
}

.chainGrid .icon {
  width: 54px;
  height: 54px;
  background: #EAF4FA;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.chainGrid .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.chainGrid h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.chainGrid p {
  font-size: 14px;
  color: #5C6470;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .sourcingIntro,
  .chainCapabilities {
    padding: 64px 0;
  }

  .introGrid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sourcingSwiper {
    height: 360px;
  }

  .chainGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .sourcingIntro,
  .chainCapabilities {
    padding: 52px 0;
  }

  .textBlock h2,
  .titleBlock h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .textBlock p,
  .titleBlock p,
  .sourcingNote p {
    font-size: 15px;
    line-height: 25px;
  }

  .sourcingSwiper {
    height: 280px;
  }

  .sourcingNote {
    margin-top: 32px;
    padding: 22px;
    gap: 16px;
  }

  .chainGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .textBlock h2,
  .titleBlock h2 {
    font-size: 25px;
    line-height: 31px;
  }

  .sourcingSwiper {
    height: 220px;
    border-radius: 8px;
  }

  .sourcingNote {
    padding: 18px;
  }

  .chainGrid .item {
    min-height: 0;
    padding: 22px 18px;
  }
}
