.staff-holder p {
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  color: rgb(68, 48, 34);
  text-align: center;
  margin: 0;
  padding: 1rem 1rem;
}

.staff-image {
  width: auto;
  height: 350px;
  border: 8px solid rgb(68, 48, 34);
}

.staff-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 1rem;
}

#footer-text p {
  color: rgb(223, 205, 191);
}

.history-list li {
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  color: rgb(68, 48, 34);
  text-align: center;
  margin: 0;
  padding: 0.5rem 0rem;
}

.history-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.padding {
  color: white;
  font-size: 3rem;
}

.aboutImg {
  width: calc(100% - 16px);
  height: auto;
  border: 8px solid rgb(68, 48, 34);
  display: block;
  margin: 0 auto;
}

.button-holder {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.button-holder button {
  background-color: rgb(25, 0, 25);
  color: rgb(223, 205, 191);
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  width: 45%;
  height: 150px;
}

.button-holder button a {
  color: rgb(223, 205, 191);
  text-decoration: none;
  font-family: "Philosopher", sans-serif;
  font-size: 1.25rem;
}

h4 {
  font-family: "Italianno", sans-serif;
  color: rgb(68, 48, 34);
  text-align: center;
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  .staff-holder {
    flex-direction: column;
  }
  .staff-image {
    height: 250px;
    margin-bottom: 1rem;
  }
  .button-holder button a {
    font-size: 0.5rem;
  }
  .button-holder button {
    height: 100px;
    font-size: 0.875rem;
  }
  .button-holder button a {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=about-us.css.map */