section {
    text-align: center;
}
section .section-tit2 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
section .texto {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
section .texto p {
    margin-bottom: 20px;
}
section .texto p:last-of-type {
    margin-bottom: 0;
}
#equipo #equipo-logo {
    margin-bottom: 40px;
}
#equipo > .row{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#equipo > .row:before,
#equipo > .row:after{
    display: none;
}
#equipo .miembro {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#equipo .miembro > div{
    
}
#equipo .miembro .miembro-nombre {
    margin-top: 15px;
    margin-bottom: 7px;    
    font-family: 'Coustard', serif;
    font-size: 16px;
}
#equipo .miembro .miembro-nombre a{
    color: #957b50;
}
#equipo .miembro .miembro-nombre a:hover{
    color: #8A8A8A;
}
#equipo .miembro .miembro-cargo {
    margin-bottom: 10px;
    color: #957b50;  
    font-family: 'Coustard', serif;
    text-transform: uppercase;
}
#equipo .miembro p {
    line-height: 1.25;
}
#equipo .miembro .redes a {
    width: 26px;
    height: 26px;
    color: #8A8A8A;
    font-size: 16px;
    line-height: 24px;
}
#equipo .miembro .redes a:hover {
    color: #957b50;
}
#equipo .miembro .btn {
    padding: 0;
    border: 0;
    background-color: white;
    color: #957b50;}
#equipo .miembro .btn span {
    min-width: 40px;
    height: 40px;
    border: 1px solid #957b50;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}
#equipo .miembro .btn span + span {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 0;
}
#equipo .miembro .btn:hover {
    border-color: #8A8A8A;
    background-color: #957b50;
    color: white;
}
#equipo .miembro .btn:hover span{
    border-color: #8A8A8A;
}