.contact-estimate-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.contact-estimate-9__call {
  margin-top: 28px;
}

.contact-estimate-9__panel {
  padding: 42px 36px 34px;
  border-radius: 36px;
  background: #30402f;
  color: #f5f2e8;
  text-align: center;
}

.contact-estimate-9__panel-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.9;
  font-weight: 600;
}

.contact-estimate-9__panel p,
.contact-estimate-9__panel strong {
  display: block;
  margin-top: 14px;
  font-family: "Nunito Sans", sans-serif;
}

.contact-estimate-9__panel strong {
  font-size: 22px;
}

.contact-estimate-9__checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 34px;
}

.contact-estimate-9__checklist span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border: 4px solid #8eb184;
  border-radius: 22px;
  background: #ffffff;
  color: #202125;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
}

.contact-estimate-9__checklist span::before {
  content: "✓";
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
}

@media (max-width: 980px) {
  .contact-estimate-9__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-estimate-9__panel {
    padding: 30px 18px 24px;
  }

  .contact-estimate-9__checklist span {
    font-size: 22px;
  }
}
