.history-about-page {
  background-color: #2D2C2A;
  color: #FFFDF4;
  font-family: "Greta Text Pro_HL", serif;
  position: relative;
  padding: 0;
}
.history-about-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFDF4;
}
.history-about-page .history-about-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container {
    gap: 0;
  }
}
.history-about-page .history-about-container .history-about-content {
  display: flex;
  flex-direction: column;
  max-width: 80rem;
  padding: 8rem 2rem 0 2rem;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8rem 5rem;
    gap: 5rem;
    max-width: 100%;
  }
}
.history-about-page .history-about-container .history-about-content .history-about-title {
  font-size: 2.9rem;
  position: relative;
}
.history-about-page .history-about-container .history-about-content .history-about-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #FFFDF4;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-content .history-about-title::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-content .history-about-title {
    font-size: 6.5rem;
    flex: 0 0 auto;
    max-width: 56rem;
  }
}
.history-about-page .history-about-container .history-about-content .history-about-title p {
  font-size: inherit;
  margin: 0;
  padding-top: 3.5rem;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-content .history-about-title p {
    padding-top: 0;
  }
}
.history-about-page .history-about-container .history-about-content .history-about-title strong {
  font-size: inherit;
  font-family: "Greta Text Pro_HL", serif;
  font-style: italic;
  font-weight: 300;
}
.history-about-page .history-about-container .history-about-content .history-about-description {
  font-size: 1.8rem;
  max-width: 65rem;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-content .history-about-description {
    font-size: 2.2rem;
    flex: 1;
    max-width: 41rem;
  }
}
.history-about-page .history-about-container .history-about-content .history-about-description p {
  padding: 1rem 0 0;
}
.history-about-page .history-about-container .history-about-content .history-about-description p:last-child {
  margin-bottom: 0;
}
.history-about-page .history-about-container .history-about-content .history-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  text-decoration: none;
  color: #2D2C2A;
  background-color: #FFFDF4;
  padding: 0.4rem;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  border: none;
  outline: none;
}
.history-about-page .history-about-container .history-about-content .history-about-button:hover:not(:disabled) {
  background-color: #FFFDF4;
  border-radius: 0 4rem 0 0;
}
.history-about-page .history-about-container .history-about-content .history-about-button:active:not(:disabled) {
  background-color: #6C6E72;
}
.history-about-page .history-about-container .history-about-content .history-about-button:disabled, .history-about-page .history-about-container .history-about-content .history-about-button.disabled {
  background-color: #D7D4C1;
  cursor: not-allowed;
  opacity: 0.6;
}
.history-about-page .history-about-container .history-about-content .history-about-button {
  margin-top: 1.6rem;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-content .history-about-button {
    width: 11.5rem;
    height: 11.5rem;
    margin-top: 0;
  }
}
.history-about-page .history-about-container .history-about-content .history-about-button-text {
  display: inline-block;
  font-size: 1.5rem;
  max-width: 10rem;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-content .history-about-button-text {
    font-size: 2rem;
    max-width: 12rem;
  }
}
.history-about-page .history-about-container .history-about-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.history-about-page .history-about-container .history-about-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.history-about-page .history-about-container .history-about-image .history-about-image-mobile {
  display: block;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-image .history-about-image-mobile {
    display: none;
  }
}
.history-about-page .history-about-container .history-about-image .history-about-image-desktop {
  display: none;
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-image .history-about-image-desktop {
    display: block;
  }
}
@media (min-width: 769px) {
  .history-about-page .history-about-container .history-about-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
