.card-course {
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  position: relative;
}
.card-course > img {
  height: auto;
  max-width: 50%;
  object-fit: cover;
  cursor: pointer;
}

.card-course  .preloader-img {
  height: 10.5rem;
  cursor: pointer;
}

.card-course .card-info {
  padding: 1.75rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 50%;
}
