.parallel-import__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.parallel-import__text {
  width: 80rem
}
.parallel-import__title {
  line-height: 1.22;
  margin-bottom: 2rem
}
.parallel-import__img {
  width: 60rem;
  border-radius: 1.6rem;
  overflow: hidden
}
.parallel-import__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:48em) {
  .parallel-import {
    margin: -1rem 0 3rem
  }
  .parallel-import__content {
    display: block
  }
  .parallel-import__text {
    width: 100%;
    margin-bottom: 4rem
  }
  .parallel-import__title {
    margin-bottom: 4.6rem
  }
  .parallel-import__img {
    width: 100%;
    height: 24rem;
    border-radius: 3.2rem;
    margin-bottom: 3rem
  }
}