#card {
  min-height: 40rem;
  box-shadow: -1px 3px 18px 0px rgb(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 99%;
  margin-bottom: 2rem;
}
#card:hover {
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.8);
}

.card-section h2 {
  font-weight: bold;
}

#card-section {
  padding: 2rem;
}
.read {
  text-decoration: underline;
}

/* .image-width {
  width: 7rem;
} */

.card-section p {
  font-size: 1.2rem;
  color: #6c757d;
}

.card-section a {
  font-size: 1.4rem;
}
hr {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 0;
  clear: both;
  border: 2px solid #d7d7d7;
  margin: 0;
}
