.content-carousel__item-image__wrapper {
  position: relative;
  margin-bottom: 15px;
}

.content-carousel__item-title {
  margin-bottom: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .content-carousel__item-title {
    margin-bottom: 15px;
  }
}
