.labs__wrapper {
  display: flex;
  gap: 1.5rem;
}

.labs__content {
  width: 100%;
}

.labs__mySwiper2 {
  max-height: 30rem;
  max-width: 48rem;
}

.labs__mySwiper2 .swiper-wrapper {
  max-height: 30rem;
  max-width: 48rem;
}

.labs__mySwiper {
  margin-top: 20px;
  max-height: 5rem;
  max-width: 48rem;
}

.labs__mySwiper .swiper-wrapper {
  max-height: 5rem;
  max-width: 48rem;
}

.labs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}

.labs__title.title {
  text-align: left;
}

.labs__text.text {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .labs__wrapper {
    gap: 30px;
  }

  .labs__wrapper {
    flex-direction: column;
  }

  .labs__img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .labs__mySwiper2 {
    max-width: 100%;
    max-height: 475px;
  }

  .labs__mySwiper2 .swiper-wrapper {
    max-width: 100%;
    max-height: 475px;
  }

  .labs__mySwiper {
    max-width: 100%;
    max-height: 475px;
  }

  .labs__mySwiper .swiper-wrapper {
    max-width: 100%;
    max-height: 475px;
  }

  .labs__img-thumbnail {
    height: 92px;
  }
}

@media screen and (max-width: 767px) {

  .labs__title.title {
    text-align: center;
  }

  .labs__text.text {
    margin-top: 20px;
  }

  .labs__mySwiper2 {
    max-width: 100%;
    max-height: 213px;
  }

  .labs__mySwiper2 .swiper-wrapper {
    max-width: 100%;
    max-height: 213px;
  }

  .labs__mySwiper {
    max-width: 100%;
    max-height: 54px;
  }

  .labs__mySwiper .swiper-wrapper {
    max-width: 100%;
    max-height: 54px;
  }

  .labs__img-thumbnail {
    height: 54px;
  }

  .labs__img-main {
    height: 213px;
  }
}