﻿/*********** 50 YEARS OF EXPERIENCE ***********/

.section-years-of-experience {
  text-align: left;
  background-color: var(--secondary-bg);
  padding: 4rem 0 4rem 0;
  margin-bottom: 5rem;
}

.product-details-page .section-years-of-experience {
  margin-bottom: 0;
}

.section-years-of-experience__title {
  text-align: left;
  font-family: var(--font-family-serif);
  font-weight: var(--font-family-serif-weight-normal);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #fff;
}

.section-years-of-experience__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.section-years-of-experience p {
  color: #fff;
}

  .section-years-of-experience p:last-child {
    font-weight: 900;
  }

.section-years-of-experience__image {
  text-align: center;
  margin-top: 4rem;
}

@media all and (min-width:992px) {

  .section-years-of-experience {
    padding: 5.5rem 0 5.5rem 0;
    margin-bottom: 5rem;
  }

  .section-years-of-experience__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.188rem;
  }

  .section-years-of-experience p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.005rem;
    margin-bottom: 1.5rem;
  }

  .section-years-of-experience__image {
    text-align: right;
    margin-top: 0;
  }
}
