.our-service {
  text-align: center;
  position: relative;
}

.swiper-container {
  width: 80%;
  position: absolute;
  bottom: -240px;
  background-color: #fff;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-image {
  max-width: 412px;
}

.slide-item {
  display: flex;
  align-items: center;
}

.slide-content {
  text-align: left;
  max-width: 412px;
}

.slide-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000000;
}

.slide-des {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.swiper-pagination-container {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 25px;
  margin-bottom: 16px;
}

.swiper-pagination-button {
  cursor: pointer;
  border: none;
  background-color: white;
}

.btn-service {
  height: 61px;
  width: 281px;
  background: #00d488;
  border: none;
  border-radius: 4px;
  position: absolute;
  bottom: -20px;
  right: 0;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #313a3b;
  cursor: pointer;
}

.btn-service-text {
  font-weight: 700;
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .slide-item {
    flex-direction: column;
  }

  .btn-service {
    position: relative;
  }

  .swiper-pagination-container {
    position: absolute;
    top: 230px;
    z-index: 11111;
  }

  .slide-content {
    margin-top: 36px;
  }

  .slide-title {
    font-size: 20px;
  }

  .slide-des {
    font-size: 12px;
  }

  .btn-service {
    bottom: 0;
    margin: 0 auto;
  }
}
