.fundedProjects {
  overflow: hidden;
  position: relative;
}

.fundedProjects_white {
  background-color: #fff;
  padding-top: 50px;
}

.fundedProjects__content.row {
  margin: 0 auto;
}

.fundedProjects__title {
  margin-bottom: 55px;
}

.fundedProjects__bottomSection.container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 47px;
}

a.fundedProjects__showAllBtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color:white;
}
a.fundedProjects__showAllBtn:hover {
  color: #fff;
  background-color: #688236;
  border: solid 1px #688236;
}

.fundedProjects__contentWrap.row {
  height: 47px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.fundedProjects__slider {
  width:100%;
  min-height: 606px;
  overflow:hidden;
  margin:0;
}
.projSlider {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin:0;
  min-height: 606px;
}
.projSlider__item {
  float: left;
  height: 100%;
  min-height: 1px;
  backface-visibility: hidden;
  display: block;
  min-height: 606px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.projSlider__contentWrap.container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 125px;
}

.projSlider__content.row {
  padding: 52px 0 40px;
  margin: 0 auto;
}

.projSlider__projInfo {
  width: 420px;
  max-width: 100%;
  padding: 30px 40px;
  background-color: #252525;
}
.projSlider__projTitle {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.projSlider__projLink {
  font-family: Roboto;
  font-size: 17px;
  text-align: left;
  color: #688236;
  text-decoration: none;
  margin-bottom: 30px;
  display: block;
}

.projSlider__textInfo {
  font-family: Roboto;
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
}

.projSlider__investedAmount {
  font-family: Roboto;
  font-size: 17px;
  text-align: center;
  color: #fff;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-bottom: 40px;
}

.projSlider__amount {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navigation {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__rightArrow {
  background-image: url(images/rightArrow.svg);
  -webkit-background-size: 24px 12px;
  background-size: 24px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
}

.navigation__leftArrow {
  background-image: url(images/leftArrow.svg);
  -webkit-background-size: 24px 12px;
  background-size: 24px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
}

.navigation__pagination {
  font-family: Roboto;
  font-size: 17px;
  color: #fff;
  margin: 0 11px;
}

@media screen and (max-width:1440px) {
  .fundedProjects__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:1280px) {
  .fundedProjects__title {
    margin-bottom: 70px;
  }
}

@media screen and (max-width:767px) {
  .fundedProjects__title {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 260px;
  }

  .fundedProjects__navigation {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -65px;
  }

  .projSlider__contentWrap.container {
    bottom: 172px;
  }
  .projSlider__content.row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0;
    padding: 125px 0 40px;
  }

  .projSlider__projInfo {
    width: 376px;
    max-width: 100%;
  }

  .projSlider__projTitle {
    font-size: 27px;
  }

  .projSlider__projLink {
    font-size: 14px;
  }

  .projSlider__textInfo {
    font-size: 14px;
  }

  .projSlider__investedAmount {
    font-size: 14px;
  }

  .projSlider__amount {
    font-size: 27px;
  }
}