.carousel-wrapper {
  position: relative;
}
.carousel {
  margin-bottom: 3em;
}
.item {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.item img {
  width:100%;
  height: auto;
}
.item__blue {
  background: rgb(68 174 255);
}
.item__red {
  background: rgb(248 82 1);
}
.item__yellow {
  background: rgb(255 213 27);
  color: #585858;
}

.item02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width:86%;
  margin:30px auto;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 800px) {
.item02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width:96%;
  margin:5px auto -5px;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
}

