.courses img {
  border: none;
  margin: none;
  display: block;
  height: inherit;
  min-width: 40%;
  height: 320px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .courses img {
    height: 200px;
  }
}

.body {
  background-color: #f8f9fa5e;
  max-height: 320px;
}

.body h3 {
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.show-body img {
  max-width: 100%;
  object-fit: cover;
  height: 550px;
}

@media (max-width: 576px) {
  .show-body img {
    height: 200px;
  }
}

.show-body {
  letter-spacing: 2px;
  color: #404040;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #c0c0c034 100%);
}

.show-body a {
  font-family: serif;
  font-size: 1.2rem;
}

.show-body .quote {
  letter-spacing: 2px;
  font-family: Caveat;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .courses img {
    width: 100%;
  }
}
