@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

@import url('font-awesome.css');
.swiper-container {
  width: 100%;

  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.picture {
  width: 320px;
  height: 260px;
  overflow: hidden;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
background-color: #f2f2f2;
}
.detail h3 {
	font-family: 'Handel-Gothic', cursive;
  margin: 0;
  font-size: 24px;
  color: #002155;
  font-weight:bold;;
}
.detail span {
  display: block;
  font-size: 16px;
  color: #f44336;
}