#about .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: calc(var(--menu-height) + 100px);
}

h1 {
	position: absolute;
	top: -200%;
	left: -200%;
}

@media screen and (max-width: 1024px) {
  #about .wrapper {
    margin-top: calc(var(--menu-height));
  }
}

#about .wrapper .content {
  display: flex;
  flex-direction: column;
}

#about .wrapper .content .picture {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#about .wrapper .content .picture picture {
  width: 100%;
  height: 100%;
}

#about .wrapper .content .picture picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .wrapper .content .title {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0;
}

#about .wrapper .content .text {
  padding: 0 25px;
}
