.contactsSimple {
  margin-bottom: 60px;
}

.contactsSimple__head {
  max-width: 720px;
  margin-bottom: 32px;
}

.contactsSimple__title {
  margin: 0 0 12px;
  color: var(--color-text);
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.contactsSimple__description {
  margin: 0;
  color: #626d7d;
  font-size: 18px;
  line-height: 1.5;
}

.contactsSimple__list {
  display: grid;
  gap: 16px;
}

.contactsSimple .contactsInfo__card {
  min-height: 112px;
}

.contactsSimple .contactsInfo__card-title a {
  color: var(--color-primary);
}

.contactsSimple .contactsInfo__card-title a:hover {
  text-decoration: underline;
}

.contactsSimple .contactsInfo__card-icon img,
.contactsSimple .contactsInfo__card-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

.contactsSimple .contactsInfo__card-description {
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .contactsSimple {
    margin-bottom: 40px;
  }

  .contactsSimple__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .contactsSimple__head {
    margin-bottom: 24px;
  }

  .contactsSimple__title {
    font-size: 28px;
  }

  .contactsSimple__description {
    font-size: 16px;
  }

  .contactsSimple .contactsInfo__card {
    min-height: 88px;
  }
}
