/* Custom Styles */

/* ===== CARRIE B. WELLNESS TYPOGRAPHY OVERRIDES ===== */

body {
  font-size: 16px;
  line-height: 1.65;
}

p {
  margin-bottom: 1.15em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.08;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 23px;
}

h6, .h6 {
  font-size: 16px;
}

.btn,
.form-btn {
  font-size: 17px;
}

@media (max-width: 767px) {

  body {
    font-size: 17px;
  }

  h1, .h1 {
    font-size: 34px;
  }

  h2, .h2 {
    font-size: 29px;
  }

  h3, .h3 {
    font-size: 25px;
  }

  h4, .h4 {
    font-size: 21px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 15px;
  }

  .btn,
  .form-btn {
    font-size: 14px;
  }

}

/* ===== CARD HEIGHT ALIGNMENT FIX ===== */

.section .card,
.section .card__body {
  height: 100%;
}

.section .row > div {
  display: flex;
}