.page_about {
  padding-top: 160px;
}
.dws_about-content-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 80px 0 80px 0;
  justify-content: space-between;
}
.dws_about-content-container-text {
  width: 50%;
  display: flex;
  position: relative;
}
.dws_about-content-container-text > div {
  position: absolute;
  bottom: 5%;
  padding: 20px 20px 20px 20px;
}
.dws_about-content-container-text > div > h1 {
  font-family: "Arvo", serif;
  font-weight: 200;
  font-size: 2.5em;
}
.dws_about-content-container-text > div > p {
  font-weight: 400;
  font-size: 1.1em;
}
.item_background {
  background-color: var(--color-yellow);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 40px;
}
.dws_about-content-container-image {
  width: 40%;
}
.item > img {
  height: 100%;
  width: 100%;
  left: -40px;
  top: 40px;
  position: relative;
}
.dws_about-expertise {
  max-width: 1400px;
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
}
.dws_about-expertise > h1 {
  font-family: "Arvo", serif;
  font-weight: 200;
  font-size: 2.5em;
  line-height: 60%;
}
