about-ecosystem.css 1.76 KB
.about-page-top {
  max-height: 271px;
  height: 100%;
  position: relative;
}

.about-page-top-bg {
  position: absolute;
  content: "";
  background-image: url("../img/about/about-bg-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about-page-top-links {
  position: relative;
  padding-top: 50px;
}

.ecosystem {
  padding-top: 117px;
}

.ecosystem-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ecosystem-top__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  max-width: 33%;
  width: 100%;
  color: #333B49;
}

.ecosystem-top-text {
  max-width: 875px;
  width: 100%;
  height: 220px;
}
.ecosystem-top-text > p {
  font-size: 16px;
  line-height: 22px;
}
.ecosystem-top-text > :not(:first-child) {
  margin-top: 12px;
}

.ecosystem-bottom {
  padding-top: 159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ecosystem-bottom__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #333B49;
  max-width: 33%;
  width: 100%;
  margin-right: 20px;
}

.ecosystem-bottom-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ecosystem-bottom-blocks > :not(:last-child) {
  margin-right: 24px;
}

.ecosystem-bottom-column {
  max-width: 49%;
  width: 100%;
}

.ecosystem-column-top {
  margin-bottom: 65px;
}
.ecosystem-column-top__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #333B49;
}
.ecosystem-column-top__text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
}
.ecosystem-column-top__text > a {
  text-decoration: underline;
}