.l-grid-item {
    padding: 0;
}

div.styles2 p:has(img[src="/images/denver_background_img.jpg"]) {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

div.styles2 p:has(img[src="/images/denver_background_img.jpg"]) img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
div.styles1 h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-bottom: 1rem;
}

div.styles1 .card {
  background-color: #005596;
  border-radius: 0rem;
  shadow-box: none;
}

div.styles1 a {
  display: flex;
  background-color: #005596;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

div.styles1 a:visited {
  background-color: #005596;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

div.styles1 a::after {
  content: "→";
  margin-left: auto;
}
