
  @media (min-width: 1200px){
    .carousel  {
        transform: translateY(-150px);
        height: 252px;
        perspective: 1428px;
        margin-top: 122px;
        margin-bottom: -139px;
    }
    
}
  @media (max-width: 1200px){
    .carousel  {
        transform: translateY(-150px);
        height: 252px;
        perspective: 383px;
        margin-top: 122px;
        margin-bottom: -139px;
    }
    .carousel .carousel-item  {
        width: 115px;
    }
    
}
/* .carousel  {
    transform: translateY(-150px);
    height: 252px;
    perspective: 428px;
    margin-top: 122px;
    margin-bottom: -139px;
} */
/* .carousel  {
    transform: translateY(-150px);
    height: 252px;
    perspective: 1428px;
    margin-top: 122px;
    margin-bottom: -139px;
} */

.carousel .carousel-item  {
    width: 149px;
}

.carousel .carousel-item  img  {
    width: 125%;
    margin-top: -60px;
}

.carousel .carousel-item h3  {
    margin: -20px 0 0;
    padding: 0;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
