.why-dedicatted-section {
  background-image: url("../../img/why_dedicatted.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 120px;
}
.why-dedicatted-section .title {
  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;
}
.why-dedicatted-section .dedicattedSwiper {
  display: none;
}
.why-dedicatted-section .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.why-dedicatted-section .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
}
.why-dedicatted-section .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why-dedicatted-section .item img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.why-dedicatted-section .item .top {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 88.571%;
  letter-spacing: 0.7px;
  margin: 0 0 12px 0;
  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;
}
.why-dedicatted-section .item .text {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.why-dedicatted-section .item .number {
  overflow-y: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why-dedicatted-section .item .number .digit {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: -webkit-transform 0.9s ease-out;
  transition: -webkit-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  transition: transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
}
@media only screen and (max-width: 1180px) {
  .why-dedicatted-section .items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .why-dedicatted-section {
    background-image: url("../../img/why_dedicatted-mob.webp");
    padding: 30px 0 50px;
    overflow: hidden;
  }
  .why-dedicatted-section .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .why-dedicatted-section .dedicattedSwiper {
    display: block;
  }
  .why-dedicatted-section .items {
    display: none;
  }
  .why-dedicatted-section .item {
    border-radius: 12px;
  }
  .why-dedicatted-section .item .top {
    font-size: 55px;
    line-height: 76px;
    margin-bottom: 0;
  }
  .why-dedicatted-section .item .text {
    font-size: 16px;
  }
  .why-dedicatted-section .item img {
    width: 94px;
    height: auto;
  }
  .why-dedicatted-section .swiper-pagination {
    width: calc(100vw - 32px);
    margin-top: 24px;
    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;
  }
  .why-dedicatted-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #859394;
  }
  .why-dedicatted-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
}
