.background__color--grey {
  background-color: #f8f9fa;
}

.section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}

.section__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  color: #1d3861;
  line-height: 2.5rem;
}

.section__title--highlighted {
  color: #fd585a;
}

.section__subtitle {
  max-width: 520px;
  margin-top: 2rem;
}

.section__content {
  margin-top: 3rem;
}

.section__ctaArea {
  margin-top: 3rem;
}

.section__ctaMessage {
  max-width: 340px;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
}

@media only screen and (min-width: 576px) {
  .section__container {
    padding: 3rem 0;
  }

  .section__ctaMessage {
    max-width: 100%;
  }
}

#sword-coverage{
  text-align: center;
}

#sword-coverage #sword-coverage-go-top {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #sword-coverage .cover-wrapper{
    max-width: 800px;
  }
  #sword-coverage #sword-coverage-go-top {
    margin-top: 0;
  }
  .sword-coverage-go-top-wrapper{
    text-align: right;
  }
}
