.region-content .homepage-knomad-mission {
  background: #dee2d8;
  padding-top: 100px;
  padding-bottom: 104px;
}

.homepage-knomad-mission .views-row {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  align-items: center;
  display: flex;
}

.about-left {
  text-align: right;
  /*margin-right: 100px;*/
  width: 50%;
}

.about-left h2 {
  font-family: var(--font-andes-bold);
  font-size: 48px;
  margin: 0 0 29px 0;
}

.about-left p {
  font-size: 18px;
  color: var(--black2);
  line-height: 1.6;
  margin-bottom: 6px;
}

.about-left .btn-primary {
  margin-top: 37px;
}

.about-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-right img {
  max-width: 100%;
}
