@media only screen and (min-width: 992px) {
  .challenge {
    padding: 10rem 0 12rem;
  }
}
.challenge__wrap {
  margin-top: 3.2rem;
  overflow: auto;
  margin-top: 3.2rem;
  width: calc(100% + 4rem);
  left: -2rem;
  padding: 0 1.5rem;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media only screen and (max-width: 992px) {
  .challenge__wrap {
    grid-auto-flow: column;
  }
}
@media only screen and (min-width: 992px) {
  .challenge__wrap {
    margin-top: 5.6rem;
  }
}
.challenge__item {
  display: flex;
  flex-direction: column;
  background: #fafafe;
  border: 0.1rem solid #eaeaf9;
  border-radius: 1.2rem;
  overflow: hidden;
  min-width: 27rem;
  scroll-snap-align: center;
}
.challenge__item-challenge {
  padding: 1.2rem;
  flex: 1;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .challenge__item-challenge {
    padding: 1.6rem;
  }
}
.challenge__item-challenge:after {
  content: "";
  background: url("../../img/icons/challenge.svg") no-repeat center bottom;
  position: absolute;
  background-size: cover;
  bottom: -1.2rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 1.6rem;
}
.challenge__item-challenge-icon {
  width: 4.2rem;
  height: 4.2rem;
}
@media only screen and (min-width: 992px) {
  .challenge__item-challenge-icon {
    width: 5rem;
    height: 5rem;
  }
}
.challenge__item-challenge-icon img {
  width: 100%;
  height: auto;
}
.challenge__item-challenge-title {
  font-weight: 550;
  font-size: 1.4rem;
  line-height: 140%;
  color: #051322;
  margin-top: 1.6rem;
}
@media (min-width: 992px) {
  .challenge__item-challenge-title {
    font-size: 1.6rem;
  }
}
.challenge__item-solution {
  background-color: #512d8d;
  padding: 1.6rem 1.2rem;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .challenge__item-solution {
    padding: 2.2rem 1.6rem;
  }
}
.challenge__item-solution-icon {
  width: 2.8rem;
  height: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .challenge__item-solution-icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.challenge__item-solution-icon img {
  width: 100%;
  height: auto;
}
.challenge__item-solution-title {
  font-weight: 350;
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
  margin-left: 0.8rem;
  min-height: 8rem;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .challenge__item-solution-title {
    min-height: 5.9rem;
  }
}