/* About Us section with BG and Without BG*/

.about-healthequity .about-content {
  background: #ECFFFA !important;
  color: #fff;
}
.about-healthequity .about-content p {
  color: #000 !Important;
}
body .about-healthequity .about-content h6 {
  color: #000465;
  font-weight: 600;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-family: "Raleway", sans-serif;
}

.about-healthequity .about-content p {
  color: #000 !important;
}

.join-form-content {
  position: relative;
  z-index: 999;
}

body .about-healthequity .about-content h2 {
  color: #3F9F7F !important;
}

.about-healthequity .about-content p {
  color: #000;
}

.about-healthequity {
  margin: 4rem 0;
}

.about-healthequity .about-content,
.general-section .about-content {
  border-radius: 20px;
  padding: 6rem 4rem;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-healthequity .about-content h6,
.general-section .about-content h6 {
  font-size: 20px;
  letter-spacing: 5.4px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.about-healthequity .about-content h2,
.general-section .about-content h2 {
  font-size: 48px;
  font-weight: 800;
  margin: 1rem 0;
}

.about-healthequity .about-content p,
.about-healthequity .about-content h6,
.about-healthequity .about-content h2 {
  color: #fff;
}

.about-healthequity .about-content p,
.general-section .about-content p,
.general-section .about-content b {
  font-size: 18px;
  line-height: 1.5;
  max-width: 939px;
  margin-top: 1rem;
}

.join-content {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}

.join-content button.primary-button {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #d0d0d096;
  -webkit-box-shadow: -2px 9px 71px -13px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -2px 9px 71px -13px rgba(0, 0, 0, 0.59);
  box-shadow: -2px 9px 71px -13px rgba(0, 0, 0, 0.59);
  border-radius: 0;
  background-color: #000465;
}

.join-content .container {
  width: 100%;
  padding: 0;
}

@media (max-width : 767px) {
  .bottom-content {
      margin-bottom: 62px;
  }
}

.join-content {
  display: none;
}

@media(max-width:767px) {
  .join-content {
      display: block !important;
  }
}