@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/Bahnschrift.woff2") format("woff2"),
    url("../fonts/Bahnschrift.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamSSm Condensed";
  src: url("../fonts/GothamCondSSm-Bold.woff2") format("woff2"),
    url("../fonts/GothamCondSSm-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container {
  width: 100%;
  max-width: 1890px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bg-black {
  background-color: #000;
}
.display-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-around {
  justify-content: space-around;
}
.align-center {
  align-items: center;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* =========================================================================== */
img.top-logo.img-fluid {
  width: 100%;
  max-width: 300px;
}
img.schedule-now-btn-img.img-fluid {
  width: 100%;
  max-width: 300px;
}
.nav-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-hero-heading {
  font-family: "Bahnschrift";
  font-weight: normal;
  color: #fff;
  text-align: Center;
  font-size: 22px;
  font-weight: bold;
}
.show-mobile {
  display: block;
}
.show-desktop {
  display: block;
}
p.hero-subheader {
  color: #fff;
  font-family: "GothamSSm Condensed";
  text-align: Center;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  color: #479cf8;
  margin-top: 10px;
  font-size: 18px;
}
section.hero-mobile.container.show-mobile {
  margin-top: 20px;
}
p.hero-divider {
  height: 2px;
  background: #fff;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.sub-title-text {
  color: #fff;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Bahnschrift";
  font-weight: bold;
}
section.core-services-section {
  margin-top: 60px;
}
.core-services-bg {
  background-image: url("../images/core-services-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
section.core-services-section.core-services-bg h2 {
  padding-bottom: 30px;
}
.core-services-cards-row {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.core-services-cards-item {
  width: 32%;
}
.core-services-cards-item {
  position: relative;
  color: #fff;
}
.core-services-cards-item-text-block {
  position: absolute;
  top: 35%;
  text-align: Center;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: COLUMN;
  row-gap: 20px;
}
p.core-services-cards-heading {
  font-family: "Bahnschrift";
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.forged-delivers-heading {
  display: flex;
  justify-content: Center;
  align-items: Center;
  column-gap: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.forged-delivers-heading img {
  width: 250px;
}
.forged-delivers-bg {
  background-image: url("../images/forged-delivers-image.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 5%;
  background-size: contain;
}
.delivers-header-text {
  color: #fff;
  text-transform: uppercase;
  font-family: "Bahnschrift";
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  font-size: 28px;
}
h3.delivers-header-text span {
  font-size: 39px;
  font-weight: 400;
}
.forged-delivers-bg-item-right-content {
  width: 50%;
  margin-left: auto;
}
p.delivers-sub-header-text {
  text-align: center;
  color: #fff;
  font-family: "Bahnschrift";
  font-size: 25px;
}
.forged-delivers-bg-item-right-content div {
  margin-bottom: 60px;
}
.dominance-bg {
  background-image: url("../images/dominance-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-position-y: -100px;
  padding-bottom: 50px;
  background-size: cover;
}
.dominance-cards-row {
  color: #fff;
  display: flex;
  justify-content: Center;
  column-gap: 20px;
}
.dominance-cards-item {
  width: 32%;
  display: inline-flex;
  flex-flow: column;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 20px;
  row-gap: 50px;
  max-width: 250px;
  padding-left: 15px;
  padding-right: 15px;
}
.dominance-cards-step p,
.dominance-cards-body {
  font-family: "Bahnschrift";
  font-weight: bold;
  font-size: 25px;
  margin-top: 15px;
  text-transform: uppercase;
}
.dominance-cards-step p span {
  text-decoration: underline;
}
.dominance-cards-footer p {
  font-family: "GothamSSm Condensed";
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}
.dominance-cards-footer {
  padding-bottom: 15px;
}
h2.sub-title-text.domi-text {
  margin-bottom: 40px;
}
.danial-img {
  max-width: 1000px;
  margin-top: 50px;
}
.cta-footer-btn {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-bottom: 50px;
}
h2.sub-title-text.alt-title-text,
h2.sub-title-text.hrt-title-text {
  font-size: 85px;
  line-height: 1;
  font-family: bahnschrift-condensed, sans-serif;
}

p.hero-subheader.alt-sub-header,
p.hero-subheader.hrt-sub-header {
  font-size: 42px;
  font-weight: normal;
  font-family: bahnschrift-condensed, sans-serif;
}
p.hero-divider.alt-hero-divider {
  max-width: 40%;
}
p.hero-divider.alt-hero-divider.mwl-hero-divider {
  width: 100%;
  max-width: 659px;
}
p.hero-subheader.hrt-sub-header {
  color: #00ff00;
}

.alt-bg-image,
.hrt-bg-image {
  background-image: url(../images/alt-bg-image.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-bottom: 50px;
}
.hrt-bg-image {
  background-image: none;
}
.alt-heading-sec2,
.hrt-heading-sec2 {
  text-align: center;
  color: #fff;
  font-family: bahnschrift-condensed, sans-serif;
  font-weight: bold;
  font-size: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.color-blue {
  color: #03a5ff;
}
.alt-sec2-row {
  color: #fff;
  display: flex;
  justify-content: center;
}
.alt-sec-card {
  width: 33%;
  text-align: Center;
}
h3.alt-sec-card-heading,
h3.hrt-sec-card-heading {
  font-size: 40px;
  font-family: "Bahnschrift";
  color: rgb(255, 255, 255);
  font-weight: bold;
  /* text-decoration: underline; */
  line-height: 1.2;
  /* text-align: left; */
  margin-bottom: 20px;
  font-family: bahnschrift-condensed, sans-serif;
  font-weight: bold;
}
h3.hrt-sec-card-heading {
  font-size: 32px;
}
h3.alt-sec-card-heading span,
h3.hrt-sec-card-heading span {
  height: 1px;
  background: #fff;
  display: inline-flex;
  align-items: flex-end;
}
p.alt-sec-card-text,
p.hrt-sec-card-text {
  font-family: bahnschrift-condensed, sans-serif;
  font-size: 23px;
  line-height: 30px;
  /* width: 58%; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
h2.alt-heading-sec2.alt-headin-panel-text {
  padding-top: 0;
}
.inside-panel-50 {
  width: 48%;
}
ul.inside-panel-list {
  color: #fff;
}
ul.inside-panel-list {
  color: #fff;
  font-family: bahnschrift-condensed, sans-serif;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 45px;
  line-height: 100%;
}
ul.inside-panel-list li {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgba(255, 255, 255, 0.2902) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgba(255, 255, 255, 0.2902) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgba(255, 255, 255, 0.2902) 100%
  );
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
ul.inside-panel-list li span {
  font-weight: 600;
  font-size: 58px;
}
ul.inside-panel-list li label {
  position: relative;
}
.li-border {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #fff;
  bottom: 8px;
}
img.img-center.img-fluid.panel-image {
  max-height: 526px;
  margin-right: 1px;
}
.choose-your-product-section {
  width: 100%;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}
.choose-your-product-section label {
  margin-bottom: 40px;
  display: block;
  cursor: pointer;
}
.fs-container {
  max-width: 672px;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.fs-heading {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: -1px;
  font-family: bahnschrift-condensed, sans-serif;
}

.fs-form-group {
  margin-bottom: 20px;
}

.fs-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 18px;
  color: #000;
  outline: none;
  transition: all 0.3s ease;
}

.fs-input:focus {
  background-color: white;
  border-color: #007bff;
  color: #333;
}

.fs-payment-heading {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 20px 0;
  letter-spacing: -1px;
  font-family: bahnschrift-condensed, sans-serif;
}

.fs-card-row {
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}

.fs-card-input-small {
  flex: 1;
  padding: 15px;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 18px;
  color: #666;
  outline: none;
  transition: all 0.3s ease;
  width: 33%;
  text-align: center;
}

.fs-card-input-small:focus {
  background-color: white;
  border-color: #007bff;
  color: #333;
}
button.order-now-btn {
  border: none;
  background: none;
  cursor: pointer;
}
/* supplements page */
.alt-sec-card.supple-card {
  border: 3px solid #fff;
  border-radius: 56px;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 333px;
}
h3.alt-sec-card-heading.supp-sec-card-heading,
h3.hrt-sec-card-heading {
  text-transform: uppercase;
}
.supp-heading-row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.supp-heading-row p img {
  width: 40px;
}
.supp-heading-row + p {
  font-style: italic;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  /* margin-left: 40px; */
}
.alt-sec2-row.supp-sec2-row {
  column-gap: 40px;
}
ul.inside-panel-list.supply-panel-list li,
ul.inside-panel-list.hrt-panel-list li {
  background-image: -moz-linear-gradient(
    0deg,
    rgba(1, 164, 255, 0.2902) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(1, 164, 255, 0.2902) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(1, 164, 255, 0.2902) 0%,
    rgb(0, 0, 0) 100%
  );
  font-weight: bold;
  text-transform: none;
  font-size: 40px;
  padding-left: 37px;
  padding-bottom: 17px;
}
img.img-center.img-fluid.panel-image.supplie-main-img {
  margin-left: 1px;
}
.alt-sec-card.supple-card {
  margin-bottom: 40px;
}
ul.inside-panel-list.supply-panel-list li label {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}
ul.inside-panel-list.supply-panel-list li label span {
  background: transparent;
}
::placeholder {
  color: #000;
  opacity: 1;
}
input.fs-card-input-small {
  text-align: center;
}
/* ===============hrt================ */
h2.hrt-heading-sec2.alt-headin-panel-text {
  margin-top: 35px;
}
.hrt-bg-image {
  background-image: url(../images/hrt-hero-bg-image.png);
}
.container.alt-bg-image.hrt-bg-image-new {
  background-image: none;
}
h2.alt-heading-sec2.hrt-heading-sec2 span {
  color: #00ff00;
}
.hrt-number-text {
  font-size: 40px;
  font-family: "Bahnschrift";
  color: rgb(255, 255, 255);
  font-weight: bold;
  /* text-decoration: underline; */
  line-height: 1.2;
  /* text-align: left; */
  margin-bottom: 20px;
  font-family: bahnschrift-condensed, sans-serif;
  font-weight: bold;
}
.supp-heading-row.hrt-heading-row + p {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}
.hrt-card {
  box-shadow: -1px 2px 16px #00ff00, inset -2px 1px 8px #00ff00;
}
.alt-sec2-row.supp-sec2-row.hrt-sec2-row {
  flex-wrap: wrap;
}
.alt-sec-card.supple-card.hrt-card {
  width: 30%;
}
h3.hrt-sec-card-heading.hrt-sec-card-heading span.add-border-bottom-supp {
  font-size: 28px;
  line-height: 1;
}
h3.hrt-sec-card-heading.hrt-sec-card-heading span.add-border-bottom-supp span {
  font-size: 35px;
  line-height: 1;
}
.supp-heading-row.hrt-heading-row {
  align-items: flex-end;
}
.hrt-form .fs-input {
  border: 1px solid #333;
}
h3.hrt-sec-card-heading span {
  background: transparent;
}
h3.hrt-sec-card-heading span {
  display: inline;
}
h3.hrt-sec-card-heading {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}
/* mwl */
.supp-heading-row.mwl-heading-row {
  flex-flow: column;
}
.alt-sec2-row.supp-sec2-row.mwl-sec2-row {
  flex-flow: wrap;
}
.alt-sec2-row.supp-sec2-row.mwl-sec2-row .alt-sec-card.supple-card {
  width: 30%;
  border-radius: 35px;
  max-width: 300px;
}
ul.inside-panel-list.supply-panel-list.mwl-panel-list li {
  display: flex;
  padding-left: 20px;
  justify-content: start;
}
p.mwl-panel-list-text span {
  font-weight: normal !important;
  font-size: 18px !important;
  /* padding-left: 6px; */
  display: block;
  line-height: 100%;
}
p.mwl-panel-list-img img {
  height: 100%;
  max-height: 100px;
}
p.mwl-panel-list-text label {
  margin-bottom: 30px;
  display: block;
}
/* media query starts here */
@media (max-width: 1440px) {
  img.top-logo.img-fluid,
  img.schedule-now-btn-img.img-fluid {
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .fs-container {
    padding: 20px;
    margin: 10px;
    margin-bottom: 40px;
  }

  .fs-heading,
  .fs-payment-heading {
    font-size: 36px;
  }

  .fs-card-row {
    gap: 20px;
  }
  button.order-now-btn {
    height: 40px;
  }
  button.order-now-btn img {
    height: 40px;
    object-fit: cover;
  }
  .button.order-now-btn {
    margin-top: 30px;
  }
}

@media (min-width: 0px) and (max-width: 1080px) {
  .alt-heading-sec2 {
    font-size: 30px;
    line-height: 1;
  }
  .alt-sec-card {
    width: 50%;
    text-align: Center;
  }
  /* .display-flex.justify-center div:first-child {
    display: none;
  } */
  .hide-in-mobile {
    display: none;
  }
  .inside-panel-50 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .show-desktop {
    display: none;
  }
  img.top-logo.img-fluid,
  img.schedule-now-btn-img.img-fluid {
    max-width: 150px;
  }
  .core-services-bg {
    background-image: url("../images/core-services-bg-mobile.png");
    background-repeat: no-repeat;
    background-position: top center;
  }
  .core-services-cards-container-mobile-row div {
    margin-bottom: 30px;
  }
  .sub-title-text {
    font-size: 25px;
  }
  .forged-delivers-heading img {
    width: 150px;
  }
  .forged-delivers-bg-item-right-content {
    width: 60%;
  }
  h3.delivers-header-text span {
    font-size: 25px;
  }
  .forged-delivers-bg {
    background-image: url(../images/forged-delivers-image-mobile.png);
  }
  .dominance-cards-row {
    flex-flow: column;
  }
  .danial-img {
    max-width: 100%;
  }
  .dominance-cards-item {
    max-width: 100%;
    width: 100%;
  }
  .dominance-cards-item {
    row-gap: 10px;
  }
  .dominance-cards-item {
    border: none;
  }
  .dominance-cards-item {
    padding-left: 0;
    padding-right: 0;
  }
  .dominance-cards-step p,
  .dominance-cards-body {
    font-size: 18px;
  }
  .dominance-cards-footer p {
    font-size: 16px;
  }
  .mb0-mobile {
    margin-bottom: 0;
  }
  .danial-img {
    margin-top: 0;
    margin-right: -15px;
  }
  h2.sub-title-text.domi-text {
    margin-bottom: 0;
  }
  .dominance-bg {
    margin-top: 20px;
  }
  h2.sub-title-text.alt-title-text {
    font-size: 40px;
  }
  p.hero-subheader.alt-sub-header {
    font-size: 18px;
    margin-top: 0;
  }
  p.hero-divider.alt-hero-divider {
    max-width: 250px;
  }
  .alt-heading-sec2 {
    padding-top: 20px;
  }
  .hide-semi-colon-mobile {
    display: none;
  }
  .made-block-mobile {
    display: block;
  }
  .alt-sec2-row {
    flex-flow: column;
  }
  .alt-sec-card {
    width: 100%;
    text-align: left;
  }
  p.alt-sec-card-text,
  p.hrt-sec-card-text {
    padding-left: 0;
  }
  h3.alt-sec-card-heading {
    font-size: 30px;
  }
  p.alt-sec-card-text,
  p.hrt-sec-card-text {
    margin-bottom: 30px;
  }
  .alt-bg-image {
    padding-bottom: 0;
  }
  .inside-panel-50 {
    width: 100%;
  }
  ul.inside-panel-list {
    font-size: 20px;
  }
  ul.inside-panel-list li span {
    font-size: 30px;
  }
  .li-border {
    bottom: 0;
  }
  ul.inside-panel-list li {
    font-weight: bold;
  }
  ul.inside-panel-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: -moz-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2902) 0%,
      rgb(0, 0, 0) 100%
    );
    background-image: -webkit-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2902) 0%,
      rgb(0, 0, 0) 100%
    );
    background-image: -ms-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2902) 0%,
      rgb(0, 0, 0) 100%
    );
  }
  section.inside-panel-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  ul.inside-panel-list li {
    margin-bottom: 15px;
  }
  ul.inside-panel-list li label {
    margin-left: 30px;
  }
  h2.alt-heading-sec2.alt-headin-panel-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .alt-sec-card.supple-card {
    border: none;
  }
  .supp-heading-row {
    justify-content: flex-start;
  }
  h2.alt-heading-sec2.supple-heading-sec2 {
    font-size: 40px;
  }
  .supp-heading-row + p {
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alt-sec-card.supple-card {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }
  h3.alt-sec-card-heading.supp-sec-card-heading span span {
    font-size: 40px;
    font-weight: bold;
  }
  span.add-border-bottom-supp {
    text-decoration: underline;
  }
  h3.alt-sec-card-heading.supp-sec-card-heading span {
    background: none;
    height: auto;
    display: inline;
  }
  .supp-heading-row p img {
    width: 30px;
    position: relative;
    top: 6px;
  }
  h3.alt-sec-card-heading.supp-sec-card-heading {
    margin-bottom: 0;
  }
  ul.inside-panel-list.supply-panel-list li {
    font-size: 25px;
    line-height: 28px;
  }
  ul.inside-panel-list.supply-panel-list label {
    margin-left: 0;
  }
  .first-last-name-supp {
    display: flex;
    column-gap: 10px;
  }
  .supp-form input.fs-input,
  .supp-form .fs-card-input-small {
    border: 1px solid #333;
    background: #fff;
  }
  .supp-heading-row + p {
    margin-left: 40px;
  }
  h2.sub-title-text.hrt-title-text {
    font-size: 30px;
  }
  p.hero-subheader.hrt-sub-header {
    color: #00ff00;
    font-size: 18px;
    line-height: 1;
  }
  .hrt-heading-sec2 {
    font-size: 35px;
    padding-top: 20px;
  }

  h2.hrt-heading-sec2.alt-headin-panel-text {
    margin-top: 0;
  }
  ul.inside-panel-list.hrt-panel-list {
    margin-left: -15px;
  }
  ul.inside-panel-list.hrt-panel-list li label {
    margin-left: 40px;
  }
  ul.inside-panel-list.hrt-panel-list li {
    font-size: 30px;
    background-image: -moz-linear-gradient(
      0deg,
      rgba(0, 255, 0, 0.2902) 0%,
      rgb(0, 0, 0) 100%
    );
    background-image: -webkit-linear-gradient(
      0deg,
      rgba(0, 255, 0, 0.2902) 0%,
      rgb(0, 0, 0) 100%
    );
    background-image: -ms-linear-gradient(
      0deg,
      rgba(0, 255, 0, 0.2902) 0%,
      rgb(0, 0, 0) 100%
    );
  }
  h3.hrt-sec-card-heading.hrt-sec-card-heading span.add-border-bottom-supp {
    font-size: 25px;
  }
  h3.alt-sec-card-heading span,
  h3.hrt-sec-card-heading span {
    background: none;
    display: inline;
  }
  .supp-heading-row.hrt-heading-row + p {
    font-size: 23px;
    line-height: 26px;
    padding-right: 0;
  }
  .hrt-number-text {
    line-height: 33px;
    margin-bottom: 0;
  }
  .supp-heading-row.hrt-heading-row {
    align-items: flex-start;
  }
  h3.hrt-sec-card-heading {
    margin-bottom: 0;
  }
  .alt-sec-card.supple-card.hrt-card {
    margin-bottom: 30px;
  }
  .alt-sec-card.supple-card.hrt-card {
    width: 100%;
    box-shadow: none;
  }
  .alt-sec2-row.supp-sec2-row.mwl-sec2-row .alt-sec-card.supple-card {
    width: 100%;
  }
  .supp-heading-row.mwl-heading-row {
    flex-flow: row;
  }
  p.hero-divider.alt-hero-divider.mwl-hero-divider {
    width: 100%;
    max-width: 250px;
  }
  .alt-sec2-row.supp-sec2-row.mwl-sec2-row .alt-sec-card.supple-card {
    width: 90%;
    border-radius: 35px;
    max-width: 100%;
  }
  p.alt-sec-card-text,
  p.hrt-sec-card-text {
    padding-right: 0;
  }
  p.alt-sec-card-text,
  p.hrt-sec-card-text {
    font-size: 20px;
    line-height: 25px;
  }
  h3.alt-sec-card-heading {
    font-size: 24px;
  }
  h3.alt-sec-card-heading.supp-sec-card-heading span span {
    font-size: 35px;
  }
}
@media (min-width: 1600px) {
  .alt-sec2-row.supp-sec2-row.mwl-sec2-row .alt-sec-card.supple-card {
    max-width: auto;
  }
  .alt-sec2-row.supp-sec2-row.mwl-sec2-row {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
