.font-degular {
  font-family: Degular !important;
}

.empower_main.portfolio {
  background: url(../images/portfolio-banner.png);
  background-position: center bottom;
  background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.empower_main.portfolio .innovation_main h1 {
  font-size: 80px;
  margin: 0;
}
.empower_main.portfolio .innovation_main strong {
  font-size: 100px;
}

.fundBlocks.portfolio {
  background-color: #fff;
}
.fundBlocks.portfolio ul li a {
  background: url("../images/os-block.png");
  padding: 100px 30px;
}

.catlImpact.portfolio {
  padding: 0px 0px;
  background: #fff !important;
}
.catlImpact.portfolio .catlImpact p {
  width: 100%;
}

.ourSupport.portfolio {
  padding: 70px 0;
}
.ourSupport.portfolio .blockCounter {
  padding: 70px 0;
}
.ourSupport.yourSuccess.portfolio {
  background: url("../images/os-block.png");
  background-size: cover;
}
.ourSupport.yourSuccess.portfolio a.sdBlock {
  background: linear-gradient(135.31deg, rgba(164, 183, 204, 0.29) 0%, rgba(179, 197, 211, 0.12) 32%, rgba(251, 227, 198, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  padding: 130px 0;
}

.empower_main.team {
  background: url(../images/team-banner.png);
  background-position: center bottom;
}

.ourMission.team-Philosophy .ctlBlockBlock span {
  font-size: 26px;
  text-align: center;
  line-height: 48px;
}

.investmentWrapper {
  padding: 80px 0;
}
.investmentWrapper h3 {
  font-size: 55px;
  margin-bottom: 15px;
}
.investmentWrapper p {
  font-size: 22px;
  font-weight: 500;
}
.investmentWrapper ul {
  padding: 0;
}
.investmentWrapper ul li {
  font-size: 20px;
  font-weight: 400;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.investmentWrapper ul li span {
  margin-right: 10px;
}

.get_in_touch .contactButton {
  background: transparent;
  border: none;
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 22px;
  margin: auto;
  position: relative;
  color: #000;
  text-align: center;
  width: 13%;
  justify-content: center;
}
.get_in_touch .contactButton::after {
  content: "";
  border: 3px solid #fff;
  border-radius: 4px;
  position: absolute;
  right: -3px;
  width: 60px;
  height: 60px;
  z-index: 0;
  top: -15px;
}
.get_in_touch .contactButton span {
  margin-left: 10px;
}
.get_in_touch.team-investMent {
  background: url("../images/os-block.png");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .empower_main.portfolio .innovation_main h1 {
    font-size: 60px;
    margin: 0;
  }
  .empower_main.portfolio .innovation_main strong {
    font-size: 45px;
  }
  .get_in_touch .contactButton {
    width: 38%;
  }
}/*# sourceMappingURL=pages.css.map */