.carousel-caption .h5 {
  font-family: "Kanit-Regular";
  font-size: 45px;

  animation: ease-out 1s 1 slideInFromtop;
}
.carousel-item img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

@media screen and (max-width: 600px) {
  .carousel-caption .h5 {
    font-family: "Kanit-Regular";
    font-size: 26px;

    animation: ease-out 1s 1 slideInFromtop;
  }
  .carousel-item img {
    height: 400px;
  }
}
