.row {
  margin-right: 0 !important;
}

.main__projects {
  margin-left: 18px;
}

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper-wrapper2 {
  margin-bottom: 50px;
}

.swiper-pagination2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  bottom: 0 !important;
  height: 15px;
}
.swiper-pagination2-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
}

.swiper-slide2 {
  display: flex;
  background: none;
  align-items: center;
}

.slider2__img {
  max-width: 558px;
  max-height: 520px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.slider2__content {
  display: flex;
  flex-direction: column;
  margin: 45px 0;
}
.slider2__title {
  color: #1C1D1E;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 28px;
  /* 42px */
}
.slider2__sub {
  color: #286DF1;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 19px;
  /* 31.2px */
}
.slider2__text {
  color: #1C1D1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  /* 24px */
}
.slider2__person {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider2__person-img {
  max-width: 75px;
  max-height: 75px;
  min-width: 75px;
  min-height: 75px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.slider2__person-namme {
  color: var(--black-main, #1C1D1E);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
  /* 30px */
}
.slider2__person-position {
  color: #898B98;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  /* 24px */
}
.slider2__person-position-bullet {
  width: 15px !important;
  height: 15px !important;
}

@media (max-width: 768px) {
  .slider2__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .slider2__content {
    margin: 20px 0;
  }
  .slider2__sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .slider2__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=projects.css.map */
