.md-top-catch-carousel-flex {
  display: flex;
/*   overflow-x: scroll; */
  margin-bottom: 40px;
}

.md-top-catch-carousel-item {
  padding: 20px 0;
  border: 1px solid #fff;
  text-align: center;
  flex: 1;
}

.md-top-catch-carousel-item-head {
  line-height: 1.5;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}

.md-top-catch-carousel-item-head__suffix {
  font-size: 16px;
}

.md-top-catch-carousel-item-message {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 8px;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .md-top-catch-carousel--carousel {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .md-top-catch-carousel-flex {
    flex-direction: column;
    align-items: center;
  }
  
  .md-top-catch-carousel-item {
    width: 100%;
  }
  
  .md-top-catch-carousel-item + .md-top-catch-carousel-item {
    margin-top: 20px;
  }
}


@media screen and (min-width: 1024px) {
  .md-top-catch-carousel-flex {
    justify-content: space-between;
  }
  
  .md-top-catch-carousel-item + .md-top-catch-carousel-item {
    margin-left: 28px;
  }
}
