.our-team .flex-wrapper {
  margin-bottom: 68px;
}
.our-team .title {
  margin-bottom: 0;
}
.our-team .arrows {
  display: flex;
  align-items: center;
}
.our-team .arrows .swiper-button-disabled svg path {
  stroke: #b0b0b0;
}
.our-team .arrows svg path {
  stroke: white;
  transition: 0.3s;
}
.our-team .arrows .arrow {
  cursor: pointer;
}
.our-team .arrows .arrow:not(.swiper-button-disabled):hover svg path {
  stroke: url(#hover-gradient);
}
.our-team .swiper-slide {
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
  padding: 24px;
}
.our-team .swiper-slide .image {
  margin-bottom: 24px;
}
.our-team .swiper-slide h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
}
.our-team .swiper-slide p {
  font-size: 18px;
  color: #b0b0b0;
}

@media screen and (max-width: 800px) {
  .our-team .swiper-slide {
    width: 80%;
  }
  .our-team .arrows {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .our-team .flex-wrapper {
    margin-bottom: 40px;
  }
}