.about-content {
  border-radius: 30px;
  background: #f8f0da;
  padding: 30px;
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
}
.about-content-box.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;
}
.about-content h2 {
  padding-bottom: 30px;
  font-size: clamp(32px, 1.979166666666667vw, 38px);
  line-height: 1.1;
  font-weight: 700;
}
.about-content p {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-family: "DIN Pro";
}
.about-content > p:last-of-type {
  display: flex;
  gap: 20px;
  width: 100%;
}
.about-content > p:last-of-type img {
  flex: 1;
  height: auto;
  margin: 30px 0 0 0;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .about-content {
    padding: 30px 15px;
  }
  .about-content > p:last-of-type {
    display: flex;
    flex-direction: column;
  }
  .about-content > p:last-of-type img {
    width: 100%;
  }
}
