.after-before {
  margin: 4rem 0;
}
.after-before .row {
  width: calc(100% - 1rem);
  margin: auto;
}
.after-before .title {
  font-size: 13px;
  color: #008498;
}
.after-before .subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #3b393a;
   margin: 20px 0;
}
.after-before .text {
  color: #92918f;
  font-size: 18px;
    margin-bottom: 30px;
}
.after-before .link {
  text-decoration: none;
  border: 2px solid #008498;
  color: #008498;
  text-align: center;
  padding: 5px 15px;
  border-radius: 20px;
}
.after-before .swiper {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  overflow-x: hidden;
}
.after-before .swiper-slide span {
  color: #92918f;
}
.after-before .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.after-before .swiper-horizontal > .swiper-pagination-bullets,
.after-before .swiper-pagination-bullets.swiper-pagination-horizontal,
.after-before .swiper-pagination-custom,
.after-before .swiper-pagination-fraction {
  bottom: unset;
  top: unset;
  left: unset;
  width: 100%;
}
.after-before .swiper-pagination {
  position: unset;
  margin-top: 20px;
}
.after-before .swiper-button-next::after,
.after-before .swiper-button-prev::after {
  all: unset;
}
.after-before .swiper-button-prev,
.after-before .swiper-rtl .swiper-button-next {
  all: unset;
}
.after-before .buttons {
  text-align: left;
  margin: 20px 5px;
}
.after-before .swiper-button-prev i,
.after-before .swiper-button-next i {
  color: #038a9d;
  border: 2px solid #038a9d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
}
.swiper-pagination-bullet {
  background-color: #e1eae9;
}
.swiper-pagination-bullet-active {
  background-color: #c0cbca;
}
@media (min-width: 992px) {
  .after-before .row {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 1200px) {
  .after-before .row {
    width: calc(100% - 8rem);
  }
}