.fsc-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fsc-article {
  border: 1px solid #c1e4ca;
  background: #ffffff;
  padding: 30px;
}

.fsc-article h1,
.fsc-article h2 {
  font-family: 'El Messiri', sans-serif;
  color: #304b43;
  margin: 35px 0 15px;
  text-transform: capitalize;
}

.fsc-article h1 {
  margin-top: 0;
}

.fsc-article h2:first-child {
  margin-top: 0;
}

.fsc-article h3 {
  font-family: 'El Messiri', sans-serif;
  color: #5c8f80;
  margin: 25px 0 10px;
  text-transform: capitalize;
}

.fsc-article h4 {
  font-family: 'El Messiri', sans-serif;
  color: #304b43;
  margin: 20px 0 10px;
  text-transform: capitalize;
}

.fsc-article p {
  font-family: 'Libre Franklin', sans-serif;
  color: #304b43;
  font-size: 16px;
  font-weight: 800;
  line-height: 29px;
  text-align: justify;
  margin-bottom: 15px;
}

.fsc-article ul.fsc-list,
.fsc-article ol.fsc-list {
  margin-bottom: 20px;
}

.fsc-article ul.fsc-list {
  padding-left: 0;
}

.fsc-article ul.fsc-list li,
.fsc-article ol.fsc-list li {
  font-family: 'Libre Franklin', sans-serif;
  color: #304b43;
  font-size: 16px;
  font-weight: 800;
  line-height: 29px;
  text-align: justify;
  margin-bottom: 12px;
}

.fsc-article ul.fsc-list li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.fsc-article ul.fsc-list li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #304b43;
  font-size: 14px;
}

.fsc-article ol.fsc-list {
  padding-left: 25px;
}

.fsc-article ol.fsc-list li {
  list-style: decimal;
  color: #304b43;
}

.fsc-article ol.fsc-list li strong {
  color: #304b43;
}

.fsc-trust {
  text-align: center;
  color: #5c8f80;
  font-size: 15px;
  font-weight: 600;
}

.fsc-callout {
  background: #f5f8f5;
  border: 1px solid #c1e4ca;
  border-left: 4px solid #5c8f80;
  padding: 20px;
  margin: 25px 0;
}

.fsc-callout p {
  margin-bottom: 10px;
}

.fsc-callout-note {
  font-style: italic;
}

.fsc-intro {
  text-align: center;
}

.fsc-intro h2 {
  margin-top: 0;
}

.fsc-intro p {
  text-align: center;
}

.fsc-intro .fsc-cta-row,
.fsc-final-cta .fsc-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.fsc-intro .fsc-cta-row .btnabt,
.fsc-final-cta .fsc-cta-row .btnabt {
  display: inline-flex;
  align-items: center;
  float: none;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}

.fsc-cta-row {
  margin: 20px 0;
  text-align: left;
}

.fsc-article .btnabt {
  float: none;
}

.fsc-btn-alt {
  background: #5c8f80;
  border: 1px solid #5c8f80;
}

.fsc-btn-alt:hover {
  background: #304b43;
  border-color: #304b43;
}

.fsc-doctor {
  margin-left: 0;
  margin-right: 0;
  margin: 30px 0;
}

.fsc-doctor-img {
  text-align: center;
  margin-bottom: 25px;
}

.fsc-doctor-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .fsc-doctor {
    display: flex;
    align-items: center;
  }

  .fsc-doctor-img {
    margin-bottom: 0;
  }
}

.fsc-faq-item {
  background: #f5f8f5;
  border: 1px solid #c1e4ca;
  border-left: 4px solid #5c8f80;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.fsc-faq-item h4 {
  margin: 0 0 8px;
}

.fsc-faq-item p {
  margin-bottom: 0;
}

.fsc-final-cta {
  background: #304b43;
  border-radius: 10px;
  padding: 30px;
  margin: 35px 0 10px;
  text-align: center;
}

.fsc-final-cta h3 {
  color: #ffffff;
  margin-top: 0;
}

.fsc-final-cta p {
  color: #e8f1ec;
  text-align: center;
}

.fsc-final-cta .btnabt {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #304b43;
}

.fsc-final-cta .btnabt:hover {
  background: #48bdc5;
  border-color: #48bdc5;
  color: #ffffff;
}

.fsc-final-cta .fsc-btn-alt {
  background: #5c8f80;
  border: 1px solid #5c8f80;
  color: #ffffff;
}

.fsc-final-cta .fsc-btn-alt:hover {
  background: #48bdc5;
  border-color: #48bdc5;
}

.fsc-footer-note {
  border-top: 1px solid #c1e4ca;
  margin-top: 35px;
  padding-top: 25px;
}

.fsc-footer-note h3 {
  margin-top: 0;
}

.fsc-footer-note p {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .fsc-article {
    padding: 20px;
  }
}
