.section-1{
  background-size: cover;
  background-position: center;
}
.title{
  letter-spacing: 2px;
  font-size: 3rem;
}

.section-2{
  min-height: 70dvh;
}

.story-card{
  width: 300px;
  height: auto;
}
.story-card img{
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 992px){
  .title{
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 576px){
  .section-2{
    min-height: 70dvh;
  }
  .story-card{
    width: 150px;
    height: auto;
  }
  .story-card img{
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
  }
  .event-date{
    font-size: 0.8rem;
  }
  h4{
    font-size: 1.1rem;
  }
}

@media (max-height: 576px) and (orientation: landscape) {
  .story-card{
    width: 150px;
    height: auto;
  }
  .story-card img{
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
  }
  .event-date{
    font-size: 0.8rem;
  }
  h4{
    font-size: 1.1rem;
  }
}