*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
}

html.o-hidden,
html.o-hidden body {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.future-health {
  font-family: Arial, sans-serif;
  width: 100%;
  display: block;
}

/* Logo section */
.future-health__logo {
  padding: 20px 0;
  background: #fff;
  position: sticky;
  top: 0;
}

.future-health__logo-link img {
  max-height: 50px;
  width: auto;
  display: block;
}

/* Banner section */
.future-health__banner {
  background: #6c7a89;
  padding: 60px 0;
  color: #fff;
  text-align: left;
}

.future-health .container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.future-health__tag {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: #e6e1d3;
}

.future-health__text {
  margin: 40px 0;
}

.future-health__text p {
  font-size: 18px;
  line-height: 1.7;
}

.future-health__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 10px;
}

.future-health__cta {
  display: inline-block;
  background: #e6e1d3;
  color: #333;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}

.future-health__cta:hover {
  background: #d8d2c4;
}

/* ----------------------- */
/* RESPONSIVE BREAKPOINTS */
/* ----------------------- */

/* Medium screens (tablets) */
@media (max-width: 991px) {
  .future-health .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .future-health__title {
    font-size: 22px;
    line-height: 1.5;
  }

  .future-health__text p {
    font-size: 17px;
  }
}

/* Small screens (mobile) */
@media (max-width: 767px) {
  .future-health__banner {
    padding: 40px 0;
  }

  .future-health .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .future-health__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .future-health__text p {
    font-size: 16px;
  }

  .future-health__cta {
    padding: 10px 22px;
    font-size: 13px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .future-health__title {
    font-size: 18px;
  }

  .future-health__text p {
    font-size: 15px;
  }

  .future-health__banner {
    padding: 30px 0;
  }

  .future-health .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
