.main-banner{
  position: relative;
  margin-bottom:40px;
}

.main-banner img{
  padding:0;
}

.banner-text{
  position: absolute;
  bottom: 60px;
  left: 2%;
  right: auto;
  width: auto;
  text-align: left;

}

 .banner-text h2{
  text-align: left;
  text-transform: uppercase;
}

.banner-text h2:first-child{
  color: #fff;
}


.foundation{
  max-width: 1440px;
  display: inline-block;
  text-align: center;
  margin-bottom:40px;
}

.projects{
  margin-bottom:40px;
  width:100%;
  margin: 0 auto 50px;
}

.projects .logo {
  margin-bottom: 40px;
}

.projects .logo img:hover{
    transform: scale(1.2);
}

.project-list{
  text-align: center;
}

.project-list img{
  margin-bottom: 40px;
}

.project-item img{
  width: 100%;
}

.project-item img:hover{
  transform: scale(1.2);
}

.project-item .text{
  text-align: left;
  max-width: 658px;
  margin:0 auto 30px;
}

.project-item .title-1{
  color: #d7df20;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.project-item .title-2{
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.project-item p{
  color: #959595;
}
