.navbar-brand img {
  width: 250px;
  margin: 0 25px;
}
.homepage h1 {
  color: #000;
  text-align: center;
  font-family: 'Museo', sans-serif;
  font-size: 69px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.homepage h2 {
  color: #000;
  font-family: Futura PT;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.homepage h3 {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn-shop {
  background-color: #D48D3A;
  border-radius: 65px;
  color: #FFF;
  font-family: 'Museo', sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 40px
}
.btn-shop:hover {
  opacity: .8;
}
.home-divider {
  width: 854px;
  border-bottom: 8px solid #EBE0CC;
  max-width: 100%;
}
.footer img {
  width: 150px;
}
.footer p {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slick-slide img {
  width: 100%;
}
.student-img {
  margin: -100px 0 0 -15px;
}
.partners {
  justify-content: space-between;
}
.about h1 {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 105px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.11px;
}
.about h3 {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about h5 {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: 52.5px;
  letter-spacing: 0.11px;
}
.about h6 {
  color: #000;
  font-family: Futura PT;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.11px;
}
.about p {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.11px;
}
.how h1 {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 105px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.how video {
  border-radius: 56px;
  border: 8px solid #000;
}
.a2-milk p {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.how h4 {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.how li {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.how h3 {
  color: #000;
  font-family: 'Museo', sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product h1 {
  color: #FFFAF1;
  font-family: 'Museo', sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product h3 {
  color: #FFF;
  font-family: Futura PT;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-cta p {
  color: #002E5B;
  text-align: center;
  font-family: Futura PT;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.nutrition-box {
  border: 5px solid #fff;
  padding: 12px 12px;
  color: #FFF;
  font-family: 'Museo', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.nutrition-box span {
  color: #fff;
  font-family: 'Museo', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn-product {
  background-color: #144473;
  border-radius: 65px;
  color: #EAF7FF;
  font-family: 'Museo', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 650;
  line-height: normal;
  padding: 15px 30px;
}
.btn-product:hover {
  opacity: .8;
  color: #EAF7FF;
}
.tower {
  position: absolute;
  bottom: 0;
  right: 1px;
}
.recipe-step {
  border-radius: 15%;
}
.product-recipe video {
  border-radius: 21px;
  max-width: 575px !important;
}
.recipe-img {
  border-radius: 21px;
  width: 100%;
  max-width: 575px !important;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-cropped {
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%
}
@media (max-width: 1700px) {
  .about h3 {
    font-size: 60px;
  }
}
@media (min-width: 1450px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
@media (max-width: 1450px) {
  .about h1 {
    font-size: 75px;
  }
  .about h3 {
    font-size: 45px;
  }
  .student-img {
    display: none;
  }
  .product h1 {
    font-size: 38px;
  }
  .product h3 {
    font-size: 32px;
  }
  .product-cta p {
    font-size: 24px;
  }
  .footer p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .about h1 {
    font-size: 55px;
  }
  .about h5 {
    font-size: 35px;
  }
  .about h6 {
    font-size: 25px;
  }
  .about p {
    font-size: 22px;
    line-height: 37.5px;
  }
  .about h3 {
    font-size: 35px;
  }
  .homepage h1 {
    font-size: 55px;
  }
  .homepage h2 {
    font-size: 50px;
  }
  .homepage h3 {
    font-size: 45px;
  }
  .partners img {
    margin-right: 20px;
    max-width: 100%;
  }
  .a2-milk p {
    font-size: 24px;
  }
  .how li {
    font-size: 24px;
  }
  .how h4 {
    font-size: 35px;
  }
  .how h3 {
    font-size: 35px;
  }
  .how h1 {
    font-size: 75px;
  }
  .footer p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .homepage h1 {
    font-size: 40px;
  }
  .homepage h2 {
    font-size: 40px;
  }
  .homepage h3 {
    font-size: 35px;
  }
  .btn-shop {
    font-size: 22px;
  }
  .navigation-clean.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }
  .footer p {
    font-size: 18px;
  }
  .product h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-brand img {
    width: 125px;
    margin: 0 0px;
  }
  .navigation-clean.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  .footer p {
    font-size: 16px;
  }
  .homepage h3 {
    font-size: 30px;
  }
  .homepage h2 {
    font-size: 35px;
  }
  .homepage h1 {
    font-size: 25px;
  }
  .btn-shop {
    font-size: 16px;
  }
  .how h1 {
    font-size: 45px;
  }
  .a2-milk p {
    font-size: 20px;
  }
  .how li {
    font-size: 18px;
  }
  .how h3 {
    font-size: 25px;
  }
  .how h4 {
    font-size: 25px;
  }
  .product h1 {
    font-size: 26px;
  }
  .product h3 {
    font-size: 24px;
  }
  .nutrition-box {
    font-size: 20px;
  }
  .nutrition-box span {
    font-size: 16px;
  }
  .product-cta p {
    font-size: 18px;
  }
  .recipe-step {
    width: 50%;
  }
}