.content {
  background-color: #fff;
  padding: 1rem;
}
.content .content_top h3 {
  color: var(--red-color);
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-top: 0px;
  padding-bottom: 8px;
  margin-bottom: 0px;
}
.content .content_top h5 {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  color: #242122;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.content .content_bottom_button {
  margin-top: 1rem;
  text-align: center;
  margin-right: 3rem;
}
.content .content_bottom_button a {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  border: none;
  padding: 8px;
  background-color: var(--red-color);
  color: white;
}/*# sourceMappingURL=contentCard.module.css.map */