.product-carousel {
  display: flex;
  align-items: center;
}

.product-item {
  text-align: center;
  padding: 15px;
}

.product-item img {
    max-width: 250px;
    margin: 0 auto 0px;
    display: block;
    margin-top: -20px;
}

.product-item h3 {
  font-size: 24px;
  margin: 5px 0;
 margin-top: 20px;
}

.product-item p {
  font-size: 18px;
  color: #333;
}

.product-item .learn-more {
display: inline-block;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    background: #0D0D67;
    color: #fff;
    text-decoration: none;
    border-radius: 40px 40px 40px 40px;
    font-family: "Roboto", sans-serif;
}
.product-item .learn-more:hover {
  background: #005f8d;
}

.product-item.slick-slide {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 330px;
    justify-content: flex-start;
    max-width: 312px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 320px;
    background-color: #fafafa;
    border-radius: 30px;
    margin: 10px;
}

a.learn-more {
font-size: 16px;
 }
 

