.content_text_course p {
  color: #111111 !important;
  font-size: 15px !important;
  line-height: 23px !important;
  margin-bottom: 15px !important;
}
.content_text_course p:last-child {
  margin-bottom: 0 !important;
}

.load {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 999;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.load span {
  position: absolute;
  border-radius: 50%;
}
.load span:first-child {
  width: 45px;
  height: 45px;
  border: 4px solid #ffffff;
  animation: load1 0.6s alternate infinite;
}
.load span:last-child {
  top: 12px;
  left: 12px;
  width: 20px;
  height: 20px;
  border: 4px solid #86eaab;
  animation: load2 0.6s alternate infinite;
}

@keyframes load1 {
  to {
    transform: scale(1);
  }
  from {
    transform: scale(1.15);
  }
}
@keyframes load2 {
  to {
    transform: scale(1);
  }
  from {
    transform: scale(1.6);
  }
}/*# sourceMappingURL=style.css.map */