.contact-estimate-8__card {
  padding: 34px 42px 38px;
  border-radius: 38px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(28, 31, 36, 0.14);
}

.contact-estimate-8__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  border: 2px solid #f4d447;
  border-radius: 50%;
  color: #ffd43b;
}

.contact-estimate-8__icon svg {
  width: 40px;
  height: 40px;
}

.contact-estimate-8__label {
  margin: 12px 0 8px;
  color: #f1c72a;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.contact-estimate-8__services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-estimate-8__service {
  padding: 18px 18px 20px;
  border-radius: 26px;
  background: linear-gradient(90deg, #fff8d1 0%, #fbf3bf 100%);
  text-align: center;
}

.contact-estimate-8__service-icon {
  color: #2c2f34;
}

.contact-estimate-8__service-icon svg {
  width: 28px;
  height: 28px;
}

.contact-estimate-8__service h3 {
  margin: 12px 0 0;
  color: #464a51;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

@media (max-width: 767px) {
  .contact-estimate-8__card {
    padding: 24px 20px 24px;
    border-radius: 24px;
  }
}
