.what-is-spam {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 539px;
  justify-content: center;
  position: relative; }
  .what-is-spam h1 {
    color: #fff;
    font-size: 80px;
    text-align: center; }

.ingredient-what-is-span h2 {
  color: #001641;
  font-size: 60px;
  text-align: center; }

.ingredient-what-is-span p {
  color: #001641;
  font-size: 20px;
  margin: 20px auto;
  text-align: center;
  width: 60%; }

.ingredient-what-is-span .simple-ingredients-img {
  width: 340px; }

.ingredient-what-is-span .content-ingredients {
  margin: 50px auto; }
  .ingredient-what-is-span .content-ingredients img {
    width: 160px; }
  .ingredient-what-is-span .content-ingredients p {
    width: 100%; }

.how-is-made {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 624px;
  justify-content: center;
  position: relative; }
  .how-is-made h2 {
    color: #fff;
    font-size: 80px;
    text-align: center; }
  .how-is-made p {
    color: #fff;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
    width: 60%; }

.description-made {
  padding: 80px 0; }
  .description-made p {
    color: #fff;
    font-size: 18px; }
  .description-made .container {
    max-width: 1250px; }

.brand-history {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 624px;
  justify-content: center;
  position: relative; }
  .brand-history h2 {
    color: #fff;
    font-size: 80px;
    text-align: center; }

.you-know {
  padding: 110px 0 160px; }
  .you-know h2 {
    color: #fff;
    font-size: 45px;
    text-align: center; }
  .you-know p {
    color: #fff;
    font-size: 25px; }
  .you-know .item {
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: 354px;
    justify-content: center;
    padding: 0 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .you-know .owl-stage .owl-item p {
    margin: 40px; }
    @media (max-width: 992px) {
      .you-know .owl-stage .owl-item p {
        margin: 20px; } }
  .you-know .owl-you-know .owl-prev,
  .you-know .owl-you-know .owl-next {
    bottom: 0;
    position: absolute;
    top: 0; }
    .you-know .owl-you-know .owl-prev span,
    .you-know .owl-you-know .owl-next span {
      color: white;
      font-size: 90px; }
    .you-know .owl-you-know .owl-prev:focus,
    .you-know .owl-you-know .owl-next:focus {
      outline: none; }
    .you-know .owl-you-know .owl-prev:hover,
    .you-know .owl-you-know .owl-next:hover {
      background: none !important; }
  .you-know .owl-you-know .owl-prev {
    left: -70px; }
  .you-know .owl-you-know .owl-next {
    right: -70px; }

section.timeline {
  height: 750px; }
  section.timeline #sync2 .owl-stage-outer {
    padding-bottom: 15px; }
    section.timeline #sync2 .owl-stage-outer:before {
      bottom: 38px; }
  section.timeline #sync2 .owl-prev, section.timeline #sync2 .owl-next {
    bottom: 22px; }
  section.timeline h2 {
    color: #001641;
    font-size: 14pt;
    margin-top: 9px;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    transition: margin-top .3s, -webkit-transform .3s;
    transition: margin-top .3s, transform .3s;
    transition: margin-top .3s, transform .3s, -webkit-transform .3s; }
  section.timeline .current h2 {
    margin-top: -5px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }

.owl-stage .owl-item p {
  margin: 50px; }

.you-know-buttom {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 624px;
  justify-content: center;
  text-align: center;
  position: relative; }
  .you-know-buttom h2 {
    color: #fff;
    font-size: 80px;
    line-height: 1.4;
    text-align: center; }
  .you-know-buttom button {
    background: #f5df2f;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    margin: 30px auto;
    padding: 15px 50px; }

@media (max-width: 1700px) {
  .page-template-what-is-spam .parallax-slider[src*="ingredients"] {
    margin-left: -150px; } }

@media (max-width: 1200px) {
  .what-is-spam {
    height: 450px; }
    .what-is-spam h1 {
      font-size: 40px; }
  .ingredient-what-is-span h2 {
    font-size: 35px;
    text-align: center; }
  .ingredient-what-is-span p {
    font-size: 18px;
    width: 74%; }
  .ingredient-what-is-span .content-ingredients {
    margin: 50px auto; }
    .ingredient-what-is-span .content-ingredients img {
      width: 130px; }
    .ingredient-what-is-span .content-ingredients p {
      font-size: 16px; }
  .page-template-what-is-spam .parallax-slider[src*="ingredients"] {
    margin-left: -250px; }
  .how-is-made {
    height: 448px; }
    .how-is-made h2 {
      font-size: 35px; }
    .how-is-made p {
      font-size: 20px;
      width: 80%; }
  .description-made p {
    font-size: 20px; }
  .description-made .container {
    max-width: 1250px; }
  .brand-history {
    height: 453px; }
    .brand-history h2 {
      font-size: 35px; }
  .you-know h2 {
    font-size: 40px; }
  .you-know .item {
    height: 291px;
    padding: 0 30px; }
    .you-know .item p {
      font-size: 20px; }
  .you-know .owl-you-know .owl-prev {
    left: -45px; }
  .you-know .owl-you-know .owl-next {
    right: -45px; }
  .you-know-buttom {
    height: 448px; }
    .you-know-buttom h2 {
      font-size: 40px; } }

@media (max-width: 992px) {
  .what-is-spam {
    height: 312px; }
    .what-is-spam h1 {
      font-size: 30px; }
  .ingredient-what-is-span p {
    width: 100%; }
  .ingredient-what-is-span .content-ingredients {
    margin: 0 auto; }
    .ingredient-what-is-span .content-ingredients img {
      width: 208px; }
  .ingredient-what-is-span .simple-ingredients-img {
    width: 210px; }
  .page-template-what-is-spam .parallax-slider[src*="ingredients"] {
    margin-left: -400px; }
  .how-is-made {
    background-position: right -120px center; }
    .how-is-made h2 {
      font-size: 40px; }
    .how-is-made p {
      font-size: 18px;
      width: 86%; }
  .brand-history {
    height: 453px; }
    .brand-history h2 {
      font-size: 40px; }
  .you-know {
    padding: 50px 0; }
    .you-know .item {
      height: 214px;
      padding: 0 10px; }
      .you-know .item p {
        font-size: 16px; }
    .you-know .owl-you-know .owl-prev span,
    .you-know .owl-you-know .owl-next span {
      color: white;
      font-size: 70px; }
    .you-know .owl-you-know .owl-prev {
      left: -35px; }
    .you-know .owl-you-know .owl-next {
      right: -35px; }
  .you-know-buttom {
    height: 448px; }
  .owl-stage .owl-item p {
    margin: 20px; }
  section.description-made .container .row {
    padding: 0px 30px; } }

@media (max-width: 767px) {
  .what-is-spam {
    height: 200px; }
  .ingredient-what-is-span h2 {
    font-size: 20px; }
  .ingredient-what-is-span img.simple-ingredients-img {
    width: 154px; }
  .ingredient-what-is-span .content-ingredients img {
    width: 140px; }
  .ingredient-what-is-span .content-ingredients p {
    width: 16.5px;
    width: 100%; }
  .how-is-made {
    height: 290px;
    background-position: right -70px center; }
    .how-is-made h2 {
      font-size: 30px; }
    .how-is-made p {
      font-size: 16px;
      width: 100%; }
  .description-made {
    padding: 40px 0;
    text-align: center; }
    .description-made p {
      font-size: 16px; }
  .brand-history {
    height: 288px; }
    .brand-history h2 {
      font-size: 35px;
      line-height: 1.5; }
  .owl-stage .owl-item p {
    margin: 30px 0 50px 0px; }
  .how-is-made p {
    line-height: initial; }
  section.description-made p {
    line-height: initial; }
  .timeline #sync1 .item img {
    width: 238px; }
  .you-know .item {
    height: 345px;
    padding: 0 50px; }
    .you-know .item p {
      font-size: 20px; }
  .you-know .owl-you-know .owl-prev span,
  .you-know .owl-you-know .owl-next span {
    color: white;
    font-size: 50px; }
  .you-know .owl-you-know .owl-prev {
    left: 10px; }
  .you-know .owl-you-know .owl-next {
    right: 10px; }
  .you-know-buttom {
    height: 248px; }
    .you-know-buttom h2 {
      font-size: 20px; } }
