/* your styles go here */
.achievement-container {
  display: flex;
  justify-content: center;
}

.case-swiper-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ffffff;

  > h4:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  list-style: initial;

  > li {
    margin-right: 60px;
  }
}

.movie-container {
  display: flex;
  width: 100%;
}
