.powered-by {
  background-color: #FFFFFF;
  margin-top: -1px;
}
@media all and (min-width: 992px) {
  .powered-by {
    background-color: #F1F4FF;
    padding: 100px;
  }
}
.powered-by .powered-by-wrap {
  background-color: #E8EDFF;
  border-radius: 10px;
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-wrap {
    background-color: transparent;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
.powered-by .powered-by-left .logo {
  position: relative;
  top: -30px;
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-left .logo {
    top: 0;
  }
}
.powered-by .powered-by-left .logo img {
  max-width: 120px;
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-left .logo img {
    max-width: 190px;
  }
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-left {
    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-right {
    flex-basis: 40%;
  }
}
.powered-by .powered-by-content .git-hub {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-content .git-hub {
    gap: 8px;
  }
}
.powered-by .powered-by-content .git-hub span {
  font-size: 12px;
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-content .git-hub span {
    font-size: 14px;
  }
}
.powered-by .powered-by-content h3 {
  font-weight: 500;
  font-family: Fira Sans;
  margin-bottom: 10px;
  font-size: 26px;
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-content h3 {
    font-size: 32px;
  }
}
.powered-by .powered-by-content .sub-title {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}
@media all and (min-width: 992px) {
  .powered-by .powered-by-content .sub-title {
    font-size: 18px;
  }
}
.powered-by .number-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  row-gap: 40px;
}
@media all and (min-width: 1200px) {
  .powered-by .number-blocks {
    row-gap: 100px;
    margin-bottom: 0;
  }
}
.powered-by .number-blocks .number-block {
  flex-basis: calc(50% - 10px);
  border-left: 1px solid #2916FC;
  padding-left: 12px;
}
@media all and (min-width: 1200px) {
  .powered-by .number-blocks .number-block {
    flex-basis: calc(40% - 10px);
  }
}
.powered-by .number-blocks .number-block .number {
  display: block;
  font-size: 36px;
  font-family: Fira Mono;
  line-height: 1;
  margin-bottom: 10px;
}
@media all and (min-width: 1200px) {
  .powered-by .number-blocks .number-block .number {
    font-size: 64px;
    margin-bottom: 14px;
  }
}
.powered-by .number-blocks .number-block .number-title {
  display: block;
  font-size: 14px;
  color: #2916FC;
  line-height: 1;
}
@media all and (min-width: 992px) {
  .powered-by .number-blocks .number-block .number-title {
    font-size: 18px;
  }
}
.powered-by .cncf {
  display: flex;
}
@media all and (min-width: 992px) {
  .powered-by .cncf {
    margin-top: 60px;
  }
}
.powered-by .cncf span {
  line-height: 1.2;
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #001351;
  font-size: 10px;
}
@media all and (min-width: 992px) {
  .powered-by .cncf span {
    font-size: 12px;
  }
}
.powered-by .cncf img {
  padding-left: 10px;
  max-width: 125px;
}
@media all and (min-width: 992px) {
  .powered-by .cncf img {
    max-width: 170px;
  }
}/*# sourceMappingURL=section-powered_by.css.map */