@media screen and (min-width: 997px) {
  .banner {
    margin-top: 0;
  }
}

.learnCont .c-container {
  padding: 0;
}

.score-hero-body ul {
  padding-left: 16px;
  list-style: none;
  margin-top: 14px;
}

.score-hero-body ul li {
  margin-bottom: 14px;
  position: relative;
}

.score-hero-body ul li::before {
  position: absolute;
  top: 11px;
  left: -15px;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background-color: #00b8f1;
}

.modal-header {
  justify-content: flex-end;
}

.score-button {
  color: #203367 !important;
}

.blade-container {
  color: #FFFFFF;
  background-color: #001B50;
  margin: 40px auto 40px auto;
  padding: 0 30px;
}

.blade-container .c-flex > div {
  width: 50%;
}

.blade-container .blade-left {
  margin: 0 30px 30px 30px;
}

.blade-container .blade-right > img {
  max-width: 100%;
  margin: 0;
}

.blade-container .score-hero-body {
  font-size: 1.0625rem;
  line-height: 25px;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
}

.blade-container .CStitle {
  text-align: center;
}

.blade-container .CStitle::after {
  background-color: #fff !important;
}

@media screen and (max-width: 992px) {
  .blade-container .CStitle {
    margin-top: 1rem;
  }
  .blade-container .c-flex {
    flex-direction: column;
  }
  .blade-container .c-flex > div {
    width: 100%;
  }
  .score-hero-body {
    text-align: center;
  }
  h2::after {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 996px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  #header header {
    position: unset;
  }
}
