body {
  background-color: #ededed;
}

.page-service {
  padding: 0 20px 80px 20px;
}
@media (min-width: 768px) {
  .page-service {
    padding-bottom: 150px;
  }
}
.page-service section.section-1 {
  padding-top: 16vw;
  text-align: center;
}
@media (min-width: 768px) {
  .page-service section.section-1 {
    padding-top: 66px;
  }
}
.page-service section.section-1 .container h1 {
  font-family: "Barlow Bold", sans-serif;
  font-size: 32px;
  letter-spacing: 2.23px;
  line-height: 49px;
}
@media (min-width: 768px) {
  .page-service section.section-1 .container h1 {
    font-size: 43px;
    letter-spacing: 3px;
    line-height: 49px;
  }
}
.page-service section.section-1 .container h2 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 27px;
  margin: 10px 0 0 0;
  font-family: "Barlow Medium", sans-serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-service section.section-1 .container h2 {
    margin-top: 16px;
  }
}
.page-service section.section-1 .container .services {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 60px;
}
@media (min-width: 768px) {
  .page-service section.section-1 .container .services {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .page-service section.section-1 .container .services {
    gap: 35px;
  }
}
.page-service section.section-1 .container .services .service {
  width: 100%;
}
@media (min-width: 768px) {
  .page-service section.section-1 .container .services .service {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 992px) {
  .page-service section.section-1 .container .services .service {
    width: calc(33.3333333333% - 23.3333333333px);
  }
}
.page-service section.section-1 .container .services .service .wrapper {
  position: relative;
  padding-bottom: 100%;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 84% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 84% 100%, 0 100%);
  transition: transform 0.3s;
}
.page-service section.section-1 .container .services .service .wrapper:hover {
  transform: translateY(-10px);
}
.page-service section.section-1 .container .services .service .wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-service section.section-1 .container .services .service .wrapper .content .name {
  font-family: "Barlow Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 29px;
  text-align: center;
  white-space: nowrap;
  margin-top: 25px;
  color: #000000;
}
@media (min-width: 768px) {
  .page-service section.section-1 .container .services .service .wrapper .content .name {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .page-service section.section-1 .container .services .service .wrapper .content .name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .page-service section.section-1 .container .services .service .wrapper .content .name {
    font-size: 24px;
    line-height: 29px;
  }
}
.page-service section.section-1 .container .services .service .wrapper .content .image > img {
  width: 25vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-service section.section-1 .container .services .service .wrapper .content .image > img {
    width: 100px;
  }
}
.page-service section.section-1 .container .services .service .description {
  margin-top: 30px;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}
