section.team-pets{
  margin-top: 4rem;
  background-color: white;
}

section.team-pets + section.team-pets {
  margin-top: 0rem;
}

section.team-pets .leader-wrap{
  background: #fff;
  padding: 0.66rem 0.66rem 1rem 0.66rem;
  margin-bottom: 3rem;
}


section.team-pets .image{
  width: 100%;
  height: auto;

}
section.team-pets .img-wrap{
  overflow: hidden;
  border-radius: 50%;
  max-width: 265px;
}



section.team-pets .leader-wrap .linkedin{
  height: 0px;
  width: 100%;
  overflow: visible;
}
section.team-pets .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-pets .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-pets .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-pets .title span{
  display: inline-block;
  line-height: 1.1rem;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  max-width: 249px;
}

section.team-pets .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-pets .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;
}

.modal{
  background-color: rgba(250, 249, 240, .9);
}
section.team-pets .read_bio button:hover{
  cursor: pointer;
}

section.team-pets .modal-team-pets{
  max-width: 991px;
  position: relative;
}

section.team-pets .modal-team-pets .modal-content{
  border-radius: 0;
  background-color: white;
  border: 1px dashed rgb(250, 249, 240 );
  padding: 10px;
}

section.team-pets .modal-team-pets p{
  font-size: 1rem;
  line-height: 2.2rem;
  font-weight: 400;
  position:relative;
}

section.team-pets .modal-header{
  border-bottom: 0;
}

section.team-pets .modal-header button{
  outline: 0;
}

section.team-pets .header-content h6{
  font-size: 1.7rem;
  padding-bottom: 0.5rem;
}

section.team-pets .header-content .title span{
  font-size: 1.2rem;
  font-weight: 100;
}


section.team-pets .header-content .linkedin{
  height: 0px;
  position: relative;
  z-index: 50;
  cursor: pointer;
}

section.team-pets .header-content .linkedin a{
  float: right;
  line-height: 2.4rem;
  font-size: 1.4rem;
}

section.team-pets .modal_btn{
  cursor: pointer;
}

section.team-pets .modal_btn img{
  transition: all 0.5s ease-in-out;
}

section.team-pets .modal_btn:hover img{
  transform: scale(1.2);
}
section.team-pets .modal-header .close{
  opacity: 1 !important;
  background-color: #0082b3;
  color: white !important;
  line-height: 1.5rem;
  border-radius: 50%;
  font-weight: 300;
  padding: 10px 15px;
}
.open-plus{
  opacity: 1 !important;
  background-color: #0082b3;
  color: white !important;
  line-height: 1.5rem;
  border-radius: 50%;
  font-weight: 300;
  padding: 7px 12px;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 70%;
}