.latest-news-card .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  gap: 35px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.latest-news-card .views-view-grid .views-row {
  float: none !important;
  clear: none !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 90px;
  height: auto;
  width: 2200px;
  margin-left: 50px;
  margin-top: 20px;
}

/*.latest-news-card h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  font-size: 30px;
  font-weight: 700;
  left: -25px;
  top: -10px;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 10px;
}

latest-news-card h2:hover {
  text-decoration: underline;
}

Not Needed as Heading Link has Inbuilt Chevron
.latest-news-card h2::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  margin-left: 8px;
  color: white;
  display: inline-block;
  vertical-align: middle;
} */

.latest-news-card .views-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.latest-news-card .views-row img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  max-width: 100%;
  background-color: white;
}

.latest-news-card .views-row h3 {
  justify-content: space-between;
  background: white;
  border-radius: 0;
  align-items: center;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 30px;
  color: purple;
}

.latest-news-card .views-row h3::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 18px;
  color: rgb(73, 2, 73);
  display: inline-block;
}

.latest-news-card .views-row p {
  background: white;
  border-radius: 0;
  justify-content: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  color: black;
}

.latest-news-card .py-4 {
  height: 260px;
  color: purple;
}


/* Responsive Cards */
@media (max-width: 1024px) {
  .latest-news-card .views-field {
    flex: 0 1 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .latest-news-card .views-row {
    gap: 100px;
    flex-direction: column;
  }

  .latest-news-card .views-field {
    flex: 0 1 100%;
  }
}
