#certify {
  position: relative;
  width: 100%;
  margin: 0 auto;

  padding: 0;
}

#certify .swiper-container {
  padding-bottom: 130px;

  padding-left: 0;
}
#certify .swiper-slide {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  margin-right: 3%;
}
#certify .swiper-slide img {
  width: 100%;
  height: auto;
  margin-right: 80px;
  margin-bottom: 20px;
}

#certify .swiper-slide .p1 {
  font-family: Epilogue, Epilogue;
  font-weight: bold;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#certify .swiper-slide .p2 {
  font-family: Epilogue, Epilogue;
  font-weight: 400;
  font-size: 16px;
  color: #525252;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 20px;
  top: auto;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 50%;
  transform: translateX(-150%);
}

.swiper-button-next {
  right: 50%;
  transform: translateX(150%);
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
