.ritiro-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  padding: 50px 0 40px;
}

.ritiro-page .container {
  max-width: 760px;
}

.ritiro-page h1 {
  margin: 0 0 35px;
  text-align: center;
  color: #007a52;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.ritiro-page .intro {
  text-align: center;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 30px;
}

.kit-row {
  margin-bottom: 35px;
}

.kit-item {
  text-align: center;
  margin-bottom: 20px;
}

.kit-item h3 {
  min-height: 48px;
  margin: 0 0 25px;
  color: #007a52;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.kit-img {
  position: relative;
  min-height: 150px;
}

.kit-img img {
  position: relative;
  z-index: 2;
  max-width: 150px;
  max-height: 150px;
  height: auto;
}

.kit-item:nth-child(1) .kit-img img {
  max-width: 145px;
}

.kit-item:nth-child(2) .kit-img img {
  max-width: 95px;
}

.kit-item:nth-child(3) .kit-img img {
  max-width: 160px;
}

.tape-bg:before,
.tape-bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 105px;
  height: 30px;
  background: #ffd983;
  opacity: 0.9;
  top: 58px;
  left: 50%;
  transform: translateX(-50%) rotate(-18deg);
}

.tape-bg:after {
  transform: translateX(-50%) rotate(18deg);
}

.text-block {
  max-width: 620px;
  margin: 0 auto 38px;
}

.text-block p {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
  margin: 0;
}

.notice-box {
  max-width: 670px;
  margin: 0 auto;
  background: #8bcf37;
  padding: 45px 42px 42px;
}

.notice-box h2 {
  margin: 0 0 25px;
  color: #007a52;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.notice-box p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 767px) {
  .ritiro-page {
    padding: 35px 0 30px;
  }

  .ritiro-page h1 {
    font-size: 34px;
    line-height: 1.05;
    margin-bottom: 28px;
  }

  .ritiro-page .intro {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .kit-item h3 {
    min-height: auto;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .kit-img {
    min-height: 130px;
  }

  .text-block {
    margin-bottom: 30px;
  }

  .text-block p {
    font-size: 16px;
  }

  .notice-box {
    padding: 30px 25px;
  }

  .notice-box h2 {
    font-size: 22px;
    line-height: 1.1;
  }

  .notice-box p {
    font-size: 15px;
  }
}