.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
}

.carousel__image {
  padding: 10px;
}
@media (max-width: 700px) {
  .flex-container {
    width: 100%;
  }
  .carousel__image {
    width: 100%;
    padding: 2.5px;
  }
}
