@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {
  font-family: 'Arimo', sans-serif;
  z-index: 0;
  color: #11304f;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

a:hover {
  text-decoration: none;
}
.h-300 {
  min-height: 300px;
}

.lead {
  font-size: 1rem;
  letter-spacing: 1px;
}

.logo {
  max-width: 175px;
  width: 100%;
}

.text--blue {
  color: #134a99;
}

.text--green {
  color: #344f34;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.hero {
  background-image: url('../images/bg-marvel-white.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 625px;
  position: relative;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 600;
  padding-top: 75px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.hero h2 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  text-align: center;
}

.hero--link {
  color: #11304f;
  border-bottom: 3px solid #134a99;
  padding-bottom: 10px;
}

.hero--link:hover {
  color: #11304f;
}

.hero .box--blue {
  background-color: #134a99;
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 8.33%
}

.hero .box--blue a {
  color: #eeefef;
  font-size: 1.15rem;
}

.about {
  background-image: url('../images/bg-blue-health.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-bottom: 100px;
}

.about--key-points {
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.about--key-points span {
  text-align: center;
}

.about--key-points .bullet {
  min-width: 15px;
  text-align: center;
}

.about--vector {
  position: absolute;
  left: 50%;
  bottom: -9%;
  transform: translateX(-50%);
}

.packaging {
  min-height: 675px;
  display: flex;
  align-items: center;
  z-index: 0;
}

.packaging--text-box {
  min-height: 175px;
  width: 85%;
  margin: 25px auto 0;
}

.packaging--text-box h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.packaging--text-box h3 .text--small {
  font-size: 1.15rem;
  text-transform: lowercase;
}

.vertical-text {
  font-size: 1.15rem;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
}

.footer {
  background-color: #11304f;
  padding-top: 75px;
  padding-bottom: 75px;
}

.footer p {
  color: #7cd2ee;
  font-size: 1rem;
  margin-top: 20px;
}

.footer--link {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  color: #e9ddae;
  text-transform: uppercase;
}

.footer--link:hover {
  color: #e9ddae;
}

@media (min-width: 768px) {
  .lead {
    font-size: 1.2rem;
  }

  .hero h1 {
    font-size: 4.5rem;
  }

  .hero h2 {
    text-align: left;
    font-size: 1.5rem;
  }

  .about--key-points {
    font-size: 1.2rem;
    justify-content: space-evenly;
  }

  .about--key-points span {
    width: auto;
  }

  .packaging--text-box {
    min-height: 250px;
    margin: 50px auto 0;
  }

  .footer--link {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .hero h1 {
    font-size: 5.5rem;
  }

  .footer--link {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  .hero h1 {
    font-size: 6.5rem;
  }
}