.research {
  position: relative;
}
.research .swiper {
  overflow: visible;
}
.research__bg {
  position: absolute;
  top: -21.875rem;
  left: 0;
  right: 0;
  height: 125rem;
  z-index: -1;
  pointer-events: none;
}
.research__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.research__wrapper {
  overflow: hidden;
}
.research__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white-005);
  border: 1px solid var(--white-005);
  border-radius: 3rem;
  padding: 4rem;
}
.research__card > * {
  width: 50%;
}
.research__card-wrapper {
  margin-right: 4rem;
}
.research__card-text {
  margin-top: 1.5rem;
}
.research__card-img {
  position: relative;
  margin: 3.125rem 0;
}
.research__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60.5%;
}
.research__card-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .research .navigation {
    margin-top: 40px;
  }
  .research__bg {
    top: -700px;
  }
  .research__title {
    font-size: 36px;
  }
  .research__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 32px;
    padding: 20px 20px 40px;
    width: 330px;
  }
  .research__card > * {
    width: 100%;
  }
  .research__card-wrapper {
    margin-right: unset;
  }
  .research__card-text {
    margin-top: 16px;
  }
  .research__card-img {
    margin: 0 0 40px;
  }
  .research__card-img > img {
    border-radius: 16px;
  }
}
/*# sourceMappingURL=research.css.map */
/*# sourceMappingURL=research.css.map */