.in-2025 {
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  .in-2025 {
    margin-top: 30px;
  }
}
