section.team{
  margin-top: 4rem;
  background-color: white;
}

section.team + section.team {
  margin-top: 0rem;
}

section.team .leader-wrap{
  background: #fff;
  padding: 0.66rem 0.66rem 1rem 0.66rem;
  margin-bottom: 3rem;
}


section.team .image{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
section.team .img-wrap{
  overflow: hidden;
  border-radius: 50%;
  max-width: 265px;
  margin: 0 auto;
}
section.team .text-wrap{
  max-width: 265px;
  margin: 0 auto;
}
section.team .leader-wrap .linkedin{
  height: 0px;
  width: 100%;
  overflow: visible;
}
section.team .leader-wrap .linkedin a{
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: right;
  display: inline-block;
  position: relative;
  z-index: 50;
  float: right;
}

section.team .name h6{
  font-weight: 600;
  margin-top: 0.6rem;
  line-height: 1.4rem;
  font-size: 1.2rem;
  margin-bottom: 0;
  max-width: 85%;
}

section.team .medium .name h6{
  font-weight: 600;
  margin-top: 0.6rem;
  line-height: 1.2rem;
  font-size: 1.0rem;
  margin-bottom: 0;
  max-width: 85%;
}

section.team .title span{
  display: inline-block;
  line-height: 1.1rem;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  max-width: 249px;
}

section.team .medium .title span{
  display: inline-block;
  font-style: normal;
  line-height: 0.9rem;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  max-width: 249px;
}

section.team .read_bio button{
  display: inline-block;
  color: #000;
  font-style: normal;
  line-height: 1rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #b0b0b0;
  cursor: pointer !important;
  outline: none !important;
}
section.team .read_bio button:hover{
  cursor: pointer;
}
section.team .header-content h6{
  font-size: 1.7rem;
  padding-bottom: 0.5rem;
}

section.team .header-content .title span{
  font-size: 1.2rem;
  font-weight: 100;
}


section.team .header-content .linkedin{
  height: 0px;
  position: relative;
  z-index: 50;
  cursor: pointer;
}

section.team .header-content .linkedin a{
  float: right;
  line-height: 2.4rem;
  font-size: 1.4rem;
}

section.team .img-wrap img{
  transition: all 0.5s ease-in-out;
}

section.team .img-wrap:hover img{
  transform: scale(1.2);
}