#business-logo {
  margin: 60px auto 20px;
  width: 150px;
  display: block;
}

#title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: var(--accentGreen);
}

#contact {
  text-align: center;
  font-size: 14px;
  color: var(--dark1);
  margin-top: 20px;
}

#phones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
}

#phones span {
  font-size: 14px;
  font-weight: bold;
  color: var(--dark1);
}

#address {
  font-size: 14px;
  text-align: center;
  color: var(--errorColor);
  margin-top: 30px;
}
