.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(12, 158, 24, 0.3)),
      url(../Images/news&event_bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
  }
  .hero-section .content h1 {
    font-size: clamp(5rem, 4vw, 8rem);
    font-weight: 700;
    text-align: center;
    filter: drop-shadow(0 0 0.75rem rgb(26, 26, 26));
    color: white;
  }
  /* News And Event Main Css Starting */

  .news-event h1{
    margin-bottom: 0px;
  }
  .news-event > h3{
    width: 100%;
    font-family: math;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.712);

  }
  .news-event .content-row{
    gap: 20px;
    align-items: flex-start;
    justify-content: space-around;
  }
  .news-event .content-col{
    flex-grow: .3;
    flex-basis: calc(20px - 25%);
    margin-bottom: 3em;
  }
  .news-event .card{
    min-width: 300px;

  }
  .news-event .card img{
    aspect-ratio: 20 / 10;
    width: 100%;
    margin-inline: auto;
    max-width: 500px;
    min-width: 270px;
    object-fit: cover;
    object-position: top;
  }
  .news-event .card .title{
    font-size: 2.6em;
    font-weight: 600;
    color: black;
  }
  .news-event .card .summary{
    font-size: 1.6em;
    color: rgba(0, 0, 0, 0.795);
    font-weight: 400;
  }
  .news-event .card .fa-clock{
    font-size: 1.2em;
  }
  .news-event .card .time {
    font-size: 1.4em;
  }
  .news-event .card .view-more{
    font-size: 1.5em;
    font-weight: 500;
    color: green;
  }
  .news-event .content{
    width: 80%;

  }
    .news-event .detail {
      font-size: 12px;
      width: 100%;
      float: left;
    }
    .news-event .data{
      width: 40%;
      float: right;
      height: auto;
    }