.contact-expect-8__card {
  position: relative;
  overflow: hidden;
  border: 2px solid #f1d34b;
  border-radius: 34px;
  background: #ffffff;
}

.contact-expect-8__icon {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 34px auto 0;
  color: #ffd43b;
}

.contact-expect-8__icon svg {
  width: 52px;
  height: 52px;
}

.contact-expect-8__card .home-8-title,
.contact-expect-8__card .home-8-copy {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.contact-expect-8__card .home-8-title {
  padding: 14px 36px 0;
}

.contact-expect-8__card .home-8-copy:last-of-type {
  padding: 0 36px 58px;
}

.contact-expect-8__band {
  height: 204px;
  background: #ffde52;
}

@media (max-width: 767px) {
  .contact-expect-8__card .home-8-title {
    padding: 12px 18px 0;
  }

  .contact-expect-8__card .home-8-copy:last-of-type {
    padding: 0 18px 34px;
  }

  .contact-expect-8__band {
    height: 120px;
  }
}
