.sectionOne {
  width: 100%;
  min-height: 100vh;
  background: var(--background-dark-filter);
  overflow: hidden;
}

.containerOne {
  width: 100%;
  min-height: 100vh;
  background-image: url(../../img/sectionPartners.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.contentOneTitle {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
}
.contentOneTitle h1 {
  color: var(--white-color-filter);
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 1.2;
}
.contentOneTitle h1 b {
  color: var(--yellow-green);
  font-weight: 300;
}

.contentOneDescription {
  margin-top: 20px;
  max-width: 700px;
  width: 100%;
}
.contentOneDescription p {
  color: var(--white-color-filter);
  font-weight: 200;
  letter-spacing: 1.4;
  line-height: 2;
}

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