.works-content {
  font-size: 14px;
}

.btn-about {
  height: 61px;
  width: 281px;
  background: #00d488;
  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;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #313a3b;
  margin: 0 auto;
  border: 1px solid #00d488;
  margin-top: 32px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .works__title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20px;
  }

  .works__title::after {
    content: url("../images/after-sub-title.svg");
    position: absolute;
    left: 50%;
    transform: translate(-50%, -26%);
    z-index: -1;
  }

  .works__description {
    font-size: 12px;
    padding: 0 20px;
  }

  .works-swiper {
    margin-top: 30px;
  }

  .works-swiper-slide {
    width: 60%;
  }
}
