.about {
  padding: 56px 24px;
  gap: 22px;
  background-color: #f2f2f2;
  width: 100%;
  position: relative;
}

.about-subtitle {
  color: #676464;

  font-family: "TT Ramillas Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  /* 21px */
  text-transform: uppercase;
}

.about-title {
  font-size: 20px;
  margin: 22px 0px 32px;
}

.about-swiper-slide {
  display: flex;
  justify-content: center;
}

.about-swiper-slide-card {
  box-sizing: border-box;
  border-radius: 24px;
  width: 100%;
  max-width: 280px;
  height: 390px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.about-swiper-slide-card-1 {
  background-image: url("about_1_pc.png");
  background-size: cover;
}

.about-swiper-slide-card-2 {
  background-image: url("about_2_pc.png.png");
  background-size: cover;

}

.about-swiper-slide-card-3 {
  background-image: url("about_3_pc.png");
  background-size: cover;
}


.about-swiper-slide-card-4 {
  background-image: url("about_4_pc.png");
  background-size: cover;
}

.about-swiper-slide-card-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 108px;
  z-index: 1;
}

.about-swiper-slide-card-text {
  color: #fff;
  font-size: 16px;
  z-index: 1;
}

.about-swiper-slide-card-button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #00a3e0;
  background-color: transparent;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #00a3e0;
}


/* .about-swiper-button-next {
  right: 0px;
}

.about-swiper-button-prev {
  left: 0px;
} */

/* .about-swiper-button-prev:after {
  transform: rotate(180deg) !important;
} */

.about-swiper-slide-card-button-arrow {
  width: 20px;
}

.about-swiper-slide-card-3 {
  background-color: #fff;
}

/* .about-swiper-slide-card-3 .about-swiper-slide-card-text,
.about-swiper-slide-card-3 .about-swiper-slide-card-title {
  color: #00a3e0;
} */

.about-swiper-slide-card-3 .about-swiper-slide-card-button {
  border: 2px solid #00a3e0;
}

.about-swiper-slide-card-arrow-3 {
  filter: brightness(0) saturate(100%) invert(67%) sepia(100%) saturate(5000%) hue-rotate(168deg) brightness(100%) contrast(101%);
}

.about-swiper-slide-card-4 {
  background-color: #00a3e0;
}

.about-swiper-slide-card-4 .about-swiper-slide-card-text,
.about-swiper-slide-card-4 .about-swiper-slide-card-title {
  color: #fff;
}

.about-swiper-scrollbar {
  height: 4px;
  background-color: #dadada80;
}

.swiper-scrollbar-drag {
  background: linear-gradient(to left,
      rgb(0, 163, 224) 0%,
      rgb(0, 163, 224) 10%,
      #84bd00 90%,
      #84bd00 100%);
}

.about-swiper-wrapper {
  margin-bottom: 24px !important;
}

.about-cards {
  display: none;
}


@media(min-width: 1200px) {
  /* .about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */


  .about-swiper {
    display: none;
  }

  .about-cards {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1500px;
  }

  .about-subtitle,
  .about-title {
    width: 100%;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .about-title {
    font-size: 26px;
  }



  .about-swiper-button-next,
  .about-swiper-button-prev {
    display: none !important;
  }
}

.about-swiper-slide-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}