.team-name {
    margin-top: -200px;
}
.team-button{
    margin-top: -20px;
}
.team-linkedin{
    margin-top: -60px;   
}

.team-button a{
    padding: 10px 18px !important;
    font-weight: 600 !important;  
}

@media (max-width: 820px) {
.team-name {
    margin-top: -160px!important;
}
.team-button{
    margin-top: -30px!important;
}
.team-linkedin{
    margin-top: -60px!important;   
}
.team-name h2 {
    font-size: 18px!important;
  }
.team-name p {
    font-size: 14px!important;
  } 
}


@media (max-width: 768px) {
.team-name {
    margin-top: -160px!important;
}
.team-button{
    margin-top: -10px!important;
}
.team-linkedin{
    margin-top: -60px!important;   
}
.team-name h2 {
    font-size: 18px!important;
    }
}


@media (max-width: 600px) {
.team-name {
    margin-top: -200px!important;
}    
.team-button{
    margin-top: 0px!important;
}
.team-linkedin{
    margin-top: -60px!important;   
}    
    
.team-name h2 {
    font-size: 30px!important;
    }
.team-name p {
    font-size: 18px!important;
  }     
}