#content {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

.boldText {
  font-weight: bold;
}

.bolderText {
  font-weight: bolder;
}

.list {
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}

.list-elements li {
  font-weight: bold;
  margin-bottom: 15px;
}

.list-elements li ol li {
  font-weight: normal;
  margin-bottom: 1px;
}

.contacts-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.contact_btn {
  min-width: 150px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px;
  text-decoration: none;
  background: #2c2c2c;
  color: white;
  border-radius: 8px;

  transition: 0.2s;
}

.contact_btn:hover {
  background: #444;
}

.contact_icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact_label {
  white-space: nowrap;
}
