.no-contacts-icon img {
  width: 60px;
  height: 60px;
  margin-top: 24px;
  object-fit: contain;
}

.no-contacts-icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.no-contacts-title {
  font-size: 24px;
  font-weight: 500;
  color: #2d3748;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.no-contacts-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #718096;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 32px;
}

.no-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 400px;
  padding: 40px 40px;
}
