/* =========================================================
   CMS - MISCELE CAFFÈ
========================================================= */

.cms-miscele-caffe {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 16px;
}

.cms-miscele-caffe h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 25px;
  text-align: center;
  color: #333;
  font-weight: 700;
}

.cms-miscele-caffe > p:first-of-type {
  max-width: 820px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 18px;
  color: #555;
}

.cms-miscele-caffe h2 {
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 18px;
  color: #333;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.cms-miscele-caffe h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #C9A14A;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.cms-miscele-caffe p {
  margin-bottom: 20px;
  color: #444;
}

.cms-miscele-caffe strong {
  color: #333;
  font-weight: 700;
}

/* =========================================================
   BOX FINALI
========================================================= */

.cms-miscele-caffe h2:last-of-type {
  margin-top: 70px;
}

.cms-miscele-caffe h2:last-of-type + p {
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.03) 0%,
    rgba(201,161,74,0.08) 100%
  );
  border: 1px solid rgba(201,161,74,0.2);
  padding: 30px;
  border-radius: 18px;
  color: #222;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .cms-miscele-caffe {
    padding: 40px 20px;
  }

  .cms-miscele-caffe h1 {
    font-size: 34px;
  }

  .cms-miscele-caffe h2 {
    font-size: 24px;
    margin-top: 40px;
  }

  .cms-miscele-caffe > p:first-of-type {
    font-size: 16px;
  }

  .cms-miscele-caffe p {
    font-size: 15px;
    line-height: 1.7;
  }

  .cms-miscele-caffe h2:last-of-type + p {
    padding: 22px;
  }

}
