.about_header {
  margin-bottom: 20px;
}
.about-content_container {
  background: white;
  padding-bottom: 120px;
}
.about-content {
  margin-top: 83px;
  display: flex;
  flex-direction: column;
}
.about-content_title {
  margin-bottom: 43px;
}
.content-section_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
  margin-top: 111px;
}
.content-section_title {
  text-align: left;
  width: 424px;
}
.content-section_title-text {
  width: 559px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  padding-top: 8px;
  letter-spacing: 0.1px;
  color: #42526B;
}
.content-section_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 73px;
  align-items: center;
}
.item-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #061C3D;
}
.item-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.015em;
  text-align: left;
  width: 560px;
  margin-bottom: 32px;
  color: #061C3D;
}
.section-img.odd {
  margin-right: 100px;
}
.about-content_container.about-gallery {
  padding-bottom: 0 !important;
  background: linear-gradient(-90deg, #FFFFFF 0%, #F5F6F7 40.63%, #F5F6F7 100%);
}

.section-item_text {
  max-width: 560px;
}