.promo-carousel {
  
  padding-bottom: 0;
  overflow: hidden; }
  .promo-carousel .item-wrap {
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex; font-size: 10x;}

.item {
  background: #FCD800;
  border-right: 20px solid #078E3D;
  text-align: center;
  display: flex;
  flex: 10;
  justify-content: center;
  align-items: center; padding:0 10px 0px 10px;
  
  }
  .item a {
    text-decoration: none;
    display: flex;
    flex: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: bold;
    line-height: 1;
    height: 100%;
    padding: 5px 0;  }
  

@media (min-width: 768px) {
  .promo-carousel .item-wrap {
    width: 100%; } }
