
/* Global Typography */


/* Responsive Main Image */
.main-image {
  width: 80%;
  height: 400px;
  object-fit: cover;
}



/* Cards */
.card {
  background-color: transparent !important;
  border: none;
}

/* Article Images */
.section-image {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}


