.priceTag {
  position: absolute;
  z-index: 20;
  background-color: rgba(58, 58, 58, 0.5);
  color: white;
  font-size: 1.5rem;
  border-radius: 5px 0 25px 0;
  min-width: 25%;
  font-weight: 500;
}

.cursoImg {
  border-radius: 5px;
  padding: 0;
  width: 48%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.empresaImg {
  border-radius: 5px 0 0 0;
  width: 10rem;
}

.cursoDescription {
  padding: 1rem;
  background-color: rgba(219, 217, 217, 0.801);
  border-radius: 5px;
  width: 48%;
}

.cursoContent {
  justify-content: space-between;
}

.certText {
  padding-right: 1rem;
  padding-left: 1rem;
}

.acreditaText {
  align-content: center;
}

.tertiary-line {
  text-decoration-color: #e5c640 !important;
  text-decoration-thickness: 2px !important;
}

/*# sourceMappingURL=course.css.map */
