@import "../template.css";
.navbar-custom {
  background-color: var(--secondary);
  background-image: radial-gradient(circle at 1px 1px, #0000001a 1.5px, transparent 0);
  background-size: 24px 20px;
  background-position-y: 1px;
}
.page-about .page-top {
  padding-top: 4rem;
}
.page-about .page-top .page-title {
  max-width: 100%;
}
.page-about .page-top .large {
  letter-spacing: 0.02em;
}
.page-about .page-top .about-image {
  max-width: 500px;
  max-height: 593px;
  margin-bottom: -15rem;
  position: relative;
  overflow: hidden;
}
.page-about .page-top .about-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 118.6%;
}
.page-about .page-top .about-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .page-top .about-image img {
  border-radius: 15px;
}
.page-about .page-content {
  padding: 3rem 0 3rem;
  letter-spacing: 0.02em;
}
.page-about .page-content .content-wrapper {
  margin-top: 8rem;
  font-size: 115%;
}
.page-about .founder {
  margin: 6rem 0 10rem;
}
.page-about .founder .founder-img {
  width: 270px;
  height: 270px;
  margin-right: 2rem;
  position: relative;
  overflow: hidden;
}
.page-about .founder .founder-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.page-about .founder .founder-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .founder .founder-text {
  flex: 1;
}
