.team-content .headerLogo{
    right: inherit;
    left: calc(50% - 135px);
}

.team-content {
    padding-top:80px;
}
.team-content .contact_links > a, #save_person {
    cursor: pointer;
    height: 145px;
    text-align: center;
    width: 100%;
    padding-top: 85px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color:#c00;
    color: #fff;
    font-size: 15px;
}




.team-content .save_person, #save_person {
    background-image:url(../Icons/team_card/save_person.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top 35px;
}

.team-content .email_person {
    background-image:url(../Icons/team_card/mail.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top 35px;
}

.team-content .tel_person {
    background-image:url(../Icons/team_card/tel.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top 35px;
}

.team-content .linkedin_person {
    background-image:url(../Icons/team_card/linkedin.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top 35px;
}

.team-content .map_icon{
    background-image:url(../Icons/team_card/map.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top 35px;
}
.team-content .contact_links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 300px;
    margin: 0 auto;
}


.team-content .contact_links a:not(.flip-card-link):hover, #save_person:hover {
    background-size: 45px;
    font-size: 20px;
}

.team-content h1 {
    font-size: 3em;
    margin-top:0;
}

.team-content .contact_links {
    margin-top: 50px;
}

.team-content .image-embed-item {
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.share_person {
    width: 100%;
    height: 145px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    perspective: 1000px;
}

.flip-card-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .share_person:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  
  .flip-card-back {
    border-radius: 25px;
    background-color: #c00;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-content .phone_person .flip-card-front {
    background-image:url(../Icons/team_card/tel.svg);
    background-size: 45px;
  }

  .team-content .flip-card-front{
    background-image:url(../Icons/team_card/share.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top 35px;
    background-color: #c00;
    border-radius: 25px;
    padding-top: 85px;
}

.flip-card-back  a {
    color: white;
    margin: 0px 20px;
}
.phone_person .flip-card-whatsapp img{
    width: 40px;
    height: 40px;
    font-weight: bold;
}
.flip-card-back img {
    width: 40px;
    height: auto;
}

.team-content {
    background:linear-gradient(0deg, rgba(255,255,255, 0.8), rgba(255,255,255, 0.8)), url(../Images/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media screen and (max-width: 600px) {
  .team-content .image-embed-item {
  	width: 80%;
  }
  
    .team-content .headerLogo {
        width: 100% !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 28px;
    }
}
  