.choreo-getStarted {
  background: #5567d5;
  padding: 5rem 0;
}

.choreo-getStarted h2 {
  font-size: 2rem;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  line-height: 2.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
  text-align: center;
}

.choreo-getStarted .cChoreoButton {
  background: #fff;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 5px;
  color: #5567d5;
  border: solid 1px #ffffff;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  word-spacing: 3px;
}

.choreo-getStarted .cChoreoButton:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}

.choreo-getStarted .cChoreoButtonRaD {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  word-spacing: 3px;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: center;
  padding: 14px 30px;
  display: inline-block;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  margin-left: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
}

.choreo-getStarted .cChoreoButtonRaD:hover {
  background-color: #ffffff;
  color: #5567d5;
}

.choreo-getStarted .cLeftContent {
  text-align: center;
}

.cHealthCareContact {
  padding: 4rem 0 1rem;
  background: linear-gradient(124deg, rgba(0, 0, 0, 1) 0%, rgba(255, 115, 0, 1) 48%, rgba(50, 22, 0, 1) 100%);
}

.cHealthCareContact h2 {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
}

.cHealthCareContact .cButtonHealthCare {
  word-spacing: 3px;
  letter-spacing: .008rem;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  padding: 10px 20px 10px;
  width: 222px;
  background-color: #000;
  color: #fff;
  margin-bottom: 0.7rem;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  border-radius: 5px;
  border: solid 2px transparent;
  font-weight: 500;
  text-decoration: none;
}

.cHealthCareContact .cContactImg {
  margin-bottom: 0rem;
  width: 350px;
  margin-top: -2rem;
}

@media screen and (max-width:767px) {
  .choreo-getStarted a {
    margin-bottom: 1rem;
    width: 100%;
  }

  .choreo-getStarted .cChoreoButtonRaD {
    margin-left: 0;
  }

  /* Choreo banner */
  .cChoreoSection .cChoreoSectionBanner.cChoreoSectionBanner {
    background-position: left !important;
  }
}