*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  box-sizing: border-box;
}

.team_section{
  overflow: hidden;
  text-align: center;
  background: #34495e;
  padding: 60px;
}

.team_section h1{
  text-transform: uppercase;
  margin-bottom: 60px;
  color:white;
  font-size: 40px;
}
.border{
  display: block;
  margin: auto;
  width: 160px;
  height: 3px;
  background: #3498db;
  margin-bottom: 40px;
}

.cont{
  margin-bottom: 40px;
}

.cont a{
  display: inline-block;
  margin: 0 30px;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}

.cont a img{
  width: 100%;
  filter: grayscale(100%);
  transition: 0.4s all;
}
.cont a:hover > img{
  filter: none;
}

.section{
  width: 600px;
  margin: auto;
  font-size: 20px;
  color: white;
  text-align: justify;
overflow: hidden;
height: 0;

}
.section:target{
  height: auto;
}
.name{
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}


.about{
  width: 100%;
  padding: 72px 0px 72px 0px;
  background-image:url(../Backround.jpg);
  background-size: cover;
  clear: both;
  float: left;
}
.about .heading h2{
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}

.about .heading p{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  color: #fff;
}
.about .col_1{
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-top: 60px;
}

.about .col_1 img{
  max-width: 100%;
  display: block;
  margin: 0 auto;

}

.about .col_1 .text_box{
  padding: 10%;
  background-color: #f3f3f3;
  width: 100%;
  text-align: center;
}

.about .col_1 .text_box h4{
  margin-bottom: 9px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.about .col_1 .text_box p{
  color: #727272;
  line-height: 23px;
  text-align: center;
  margin: 0 0 10px;
  font-size: 14px;
}
