.sectionFour {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0 20px;
  min-height: 600px;
  background: url(../../img/about_header_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.contentFour {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 40px 20px;
}

.contentFourTitle {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contentFourTitle h1 {
  color: var(--white-color-filter);
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 1.2;
}
.contentFourTitle h1 b {
  color: var(--yellow-green);
  font-weight: 300;
}

.contentFourDescription {
  margin-top: 20px;
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contentFourDescription p {
  color: var(--white-color-filter);
  font-weight: 200;
  letter-spacing: 1.4;
  line-height: 2;
}

/*# sourceMappingURL=sectionFour.css.map */
