.single-costing-card h3 {
  font-size: 18px !important;
}

.single-costing-card ul {
  display: block;
}

.single-costing-card ul li {
  padding: 0;
}

.single-costing-card ul li::before {
  display: none;
}

.mb-20 {
  margin-bottom: 25px !important;
}

.course-odf-bg {
  background-color: #f3f3f4;
  padding: 20px;
  padding-left: 15px;
}

.course-pdf {
  position: relative;
  padding-left: 50px;
}

.course-pdf i {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 43px;
  color: var(--main-color);
}

.course-pdf h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.download-pdf {
  text-align: right;
}

.download-pdf a {
  color: var(--white-color) !important;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .download-pdf {
    text-align: unset;
    margin-top: 20px;
  }
}