body.modal-show .nav-wrapper {
  z-index: 998 !important;
}

.key-takeaway > ul > li {
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  background-position-y: 0px;
}

.key-takeaway li:not(:last-of-type) {
  margin-bottom: 16px;
}

.btn.btn-outline-coral {
    background-color:transparent !important;
    color: var(--coral) !important;
}
.btn.btn-outline-coral::before {
    background-color: var(--black);
}
.btn.btn-outline-coral:hover {
    color: var(--white) !important;
}
.modal-link-to-copy {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 12px 25px 12px 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.modal-link-to-copy-wrapper {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  color: var(--black-2)
}
.modal-link-to-copy-wrapper:hover {
  text-decoration: none;
}

/* Modal */

@media all and (max-width: 1200px) {
  .marketers-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media all and (max-width: 768px) {
  .courses-counter {
    font-size: 64px;
  }
}
