.swiper-slide--content {
  display: flex;
  padding: 0 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .swiper-slide--content {
    padding: 0 7px 0 30px;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .swiper-slide--content {
    padding: 0 7px 0 30px;
  }
}
.swiper-slide--text {
  padding: 0 30px;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .swiper-slide--text {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-slide--text {
    margin: 15px 0 0 0;
    height: 300px;
    overflow: auto;
  }
}

.slider-img {
  height: 360px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .slider-img {
    width: auto;
    height: auto;
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
}
.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

#cert-swiper-slider-post .swiper-button-prev {
  left: 0px !important;
}
#cert-swiper-slider-post .swiper-button-next {
  right: 0px !important;
}
#cert-swiper-slider-post .swiper-button-next,
#cert-swiper-slider-post .swiper-button-prev {
  color: #49444a;
}
#cert-swiper-slider-post .swiper-button-next::after,
#cert-swiper-slider-post .swiper-button-prev::after {
  font-size: 30px;
}

/*# sourceMappingURL=certificates.css.d00a899042ba.map */
