.about-header{
  background-color: #f4f4f4;
}

section.about-first-section{
  background-color: #f4f4f4;
  padding-top: 50px;
}

section.about-first-section h2{
  font-size: 30px;
  margin-left: 0px;
  text-align: left;
  line-height: 2.5;
}

section.about-first-section p{
  font-size: 24px;
  padding: 50px 0px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400;
}

section.about-first-section .btn{
  margin-left: 0px;
}

section.about-first-section .img-contain{
  margin-top: 20px;
  height: 610px;
  width: 100%;
  margin-left: 180px;
}

section.about-second-section{
  padding: 0px;
  margin-top: -100px;
  padding-bottom: 100px;
}

section.about-second-section .kante-oben{
  height: 200px;
  width: 100%;
  background-color: white;
}

section.about-second-section h2{
  padding-top: 120px;
  font-size: 30px;
}

section.about-second-section p{
  line-height: 1.6;
  padding: 50px 0px;
}

section.about-second-section .team-item{
  height: 475px;
  width: 360px;
  margin: 0px auto;
  -webkit-box-shadow: 5px 17px 33px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 5px 17px 33px 0px rgba(0,0,0,0.29);
  box-shadow: 5px 17px 33px 0px rgba(0,0,0,0.29);
  margin-bottom: 30px;
  position: relative;
}

section.about-second-section .team-item .hover{
  position: absolute;
  background-color: rgba(91,180, 175, 0.9);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;

}

section.about-second-section .team-item:hover .hover{
  opacity: 1;
  transition: 0.5s;

}

section.about-second-section .team-item .hover .text-box{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
}

section.about-second-section .team-item .hover p{
  padding: 0px;
  text-align: left;
}

section.about-second-section .team-item .hover .name{
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

section.about-second-section .team-item .hover .job{
  font-size: 30px;
  font-weight: 400i;
  padding-bottom: 20px;
}

section.about-third-section{
  padding: 0px;
  height: 650px;
}

section.about-third-section .kante-oben{
  height: 200px;
  width: 100%;
}

section.about-third-section h2{
  font-size: 40px;
  margin-left: 0px;
  text-align: left;
}

section.about-third-section h2::after{
  display: none;
}


section.about-third-section p{
  font-size: 30px;
  text-align: left;
  padding: 20px 0px 50px;
  line-height: 1.2;
}

section.about-third-section a{
  text-decoration: underline;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}
