.home-about-9__header {
  text-align: center;
}

.home-about-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: 34px;
  align-items: start;
  margin-top: 42px;
}

.home-about-9__image img,
.home-about-9__card img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.home-about-9__content h3 {
  margin: 20px 0 0;
  color: #2d372f;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
}

.home-about-9__content h3 span {
  color: #95b987;
}

.home-about-9__call {
  margin-top: 28px;
}

.home-about-9__card {
  position: relative;
}

.home-about-9__card-label {
  position: absolute;
  right: 18px;
  bottom: -24px;
  left: 18px;
  padding: 24px 20px;
  border: 3px solid #ead47a;
  border-radius: 18px;
  background: #9abc8d;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.05;
  text-align: center;
}

@media (max-width: 1100px) {
  .home-about-9__grid {
    grid-template-columns: 1fr;
  }

  .home-about-9__card-label {
    position: static;
    margin-top: 16px;
  }
}
