.contact-expect-7__card {
  padding: 54px 44px 40px;
  border-top: 4px solid #d8edf8;
  border-radius: 42px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(113, 150, 173, 0.16);
}

.contact-expect-7__card .home-7-copy {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.contact-expect-7__contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
  padding: 28px 24px;
  border-radius: 32px;
  background: #dff4ff;
}

.contact-expect-7__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.contact-expect-7__icon {
  color: #111319;
}

.contact-expect-7__icon svg {
  width: 40px;
  height: 40px;
}

.contact-expect-7__contact span {
  color: #666b72;
  font-size: 17px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 980px) {
  .contact-expect-7__contacts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact-expect-7__card {
    padding: 34px 20px 24px;
    border-radius: 26px;
  }

  .contact-expect-7__contacts {
    padding: 22px 16px;
    border-radius: 24px;
  }
}
