.contacts {
  margin-block: 40px 80px;
}
@media (min-width: 768px) {
  .contacts {
    margin-block: 40px 120px;
  }
}
@media (min-width: 1024px) {
  .contacts {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .contacts .breadcrumb__list {
    justify-content: center;
  }
}
.contacts__title {
  margin-top: 40px;
  color: var(--text-primary);
  font-family: "NAMU", sans-serif;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .contacts__title {
    font-family: "NAMU", sans-serif;
    font-size: 48px;
    line-height: 54px;
  }
}
.contacts__wrapper {
  margin-top: 40px;
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .contacts__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contacts__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .contacts__item {
    flex-direction: column;
  }
}
.contacts__icon {
  background: var(--green);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: grid;
  place-content: center;
}
@media (min-width: 768px) {
  .contacts__icon {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .contacts__icon {
    width: 64px;
    height: 64px;
  }
}
.contacts__icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .contacts__icon svg {
    width: 32px;
    height: 32px;
  }
}
.contacts__content {
  font-family: "NAMU", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .contacts__content {
    font-family: "NAMU", sans-serif;
    font-size: 22px;
    line-height: 25px;
  }
}
.contacts__map {
  margin-top: 40px;
  height: 280px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contacts__map {
    height: 450px;
  }
}/*# sourceMappingURL=contacts.css.map */