@charset "utf-8";


.slick-box img,
.single-item img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
	margin: 0 auto;
}

.single-item .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
/*  height: 300px;*/
  background: #fff;
}
.single-item .card p {
  font-size: 2rem;
}