.price-section .row {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.h2__price {
  color: #2b2b2b;
  font-size: clamp(28px, 1.979166666666667vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.price-box {
  padding: 25px;
  border-radius: 20px;
  background: #f8f0da;
}
.price__title {
  font-size: clamp(22px, 1.458333333333333vw, 28px);
  color: #2b2b2b;
  /* font-family: "DIN Pro"; */
  font-weight: 700;
  line-height: 1.1;
}
.price-box .paragraph__18 p {
  font-family: "DIN Pro";
}
.price__description {
  padding: 20px 24px;
  border-radius: 15px;
  background: rgba(250, 244, 229, 0.4);
}
.price__description ul {
  padding-left: 20px;
}
.price__description ul li {
  font-family: "DIN Pro";
  list-style-type: disc;
}
.price__description strong {
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
.price__notice {
  font-size: 15px;
  font-family: "DIN Pro";
  color: #231f20;
}
.price-section.section__radius {
  border-radius: 30px 30px 0 0;
  margin-top: -25px;
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, #faf4e5 0%, #faf4e5 100%), #fff;
}
.price__cta {
  border-radius: 699px;
  border: 1px solid rgba(237, 28, 36, 0.5);
  background: var(--main-red);
  color: #fff;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 31px;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  font-family: "DIN Pro Cond";
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: block;
  transition: 0.3s;
}
.price__cta:hover {
  background-color: #fff;
  color: var(--main-red);
  border: 1px solid rgba(237, 28, 36, 0.5);
}
@media only screen and (max-width: 767px) {
  .price-section .row {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}
