.customers-words {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
}
.customers-words__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 15px;
}
.customers-words__description {
  width: 90%;
  margin: 0 auto;
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.customers-words__content {
  width: 100%;
  position: relative;
}
.customers-words__swiper-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.customers-words__swiper-wrapper .my-swiper {
  width: 100%;
  height: auto;
}
.customers-words__swiper-wrapper .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  height: auto;
}
.customers-words__swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 10px 65px;
  box-sizing: border-box;
}
.customers-words__swiper-item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 40px 40px 40px 0px;
  border: 1px solid #f5f5f5;
  padding: 25px 15px;
  box-sizing: border-box;
  position: relative;
}
.swiper-slide:nth-child(even) .customers-words__swiper-item {
  border-radius: 40px 40px 0px 40px;
}
.swiper-slide:nth-child(odd) .customers-words__swiper-item::before {
  position: absolute;
  content: '';
  bottom: -50px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #f5f5f5;
  border-right: 50px solid transparent;
}
.swiper-slide:nth-child(even) .customers-words__swiper-item::before {
  position: absolute;
  content: '';
  bottom: -50px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #f5f5f5;
  border-left: 50px solid transparent;
}
.customers-words__swiper-item-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.customers-words__swiper-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.customers-words__swiper-item-top--left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.customers-words__swiper-item-avatar {
  width: 80px;
  height: auto;
  object-fit: contain;
}
.customers-words__swiper-item-name {
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
}
.customers-words__swiper-item-post {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
.customers-words__swiper-item-text {
  padding: 20px 15px 30px;
  box-sizing: border-box;
}
.customers-words__swiper-item-title {
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  margin-bottom: 5px;
}
.customers-words__swiper-item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
}
.customers-words__swiper-item-stars {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  padding-top: 5px;
  padding-right: 20px;
  box-sizing: border-box;
}
.customers-words__swiper-item-stars img {
  width: 30px;
  height: auto;
  object-fit: contain;
}
.customers-words__swiper-wrapper .swiper-button-prev,
.customers-words__swiper-wrapper .swiper-button-next {
  width: 70px;
  height: 70px;
  background: #94a3b8;
  border-radius: 10px;
  opacity: 1;
}
.customers-words__swiper-wrapper .swiper-button-prev:hover,
.customers-words__swiper-wrapper .swiper-button-next:hover {
  background: #3b82f6;
}
.customers-words__swiper-wrapper .swiper-button-prev::after,
.customers-words__swiper-wrapper .swiper-button-next::after {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.customers-words__swiper-wrapper .swiper-button-prev:hover::after,
.customers-words__swiper-wrapper .swiper-button-next:hover::after {
  color: #fff;
}
.customers-words__swiper-wrapper .swiper-button-prev {
  top: calc(50% - 15px);
  left: -120px !important;
  z-index: 10;
}
.customers-words__swiper-wrapper .swiper-button-next {
  top: calc(50% - 15px);
  right: -120px !important;
  z-index: 10;
}
.customers-words__swiper-wrapper .swiper-button-prev.customers-swiper-button-disabled,
.customers-words__swiper-wrapper .swiper-button-next.customers-swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
}
.customers-words__swiper-wrapper .customers-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
  display: inline-block;
  cursor: pointer;
}
.customers-words__swiper-wrapper .customers-pagination-bullet-active {
  background: #3b82f6;
}
.customers-words__swiper-wrapper .swiper-pagination {
  position: relative;
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .customers-words__swiper-item-top {
    flex-wrap: wrap;
  }
  .customers-words__swiper-item-info {
    width: 90%;
    margin: 0 auto;
  }
  .customers-words__swiper-item-text {
    padding: 0px 20px;
  }
  .customers-words__swiper-item-stars {
    padding: 0px 20px 20px;
  }
  .customers-words__swiper-wrapper .swiper-button-prev {
    left: -10px !important;
  }
  .customers-words__swiper-wrapper .swiper-button-next {
    right: -10px !important;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .customers-words__swiper-wrapper .swiper-button-prev {
    left: -10px !important;
  }
  .customers-words__swiper-wrapper .swiper-button-next {
    right: -10px !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .customers-words__swiper-wrapper .swiper-button-prev {
    left: -30px !important;
  }
  .customers-words__swiper-wrapper .swiper-button-next {
    right: -30px !important;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1900px) {
  .customers-words__swiper-wrapper .swiper-button-prev {
    left: -30px !important;
  }
  .customers-words__swiper-wrapper .swiper-button-next {
    right: -30px !important;
  }
}
