/**
* Theme Name: Axtra Child
* Description: This is a child theme of Axtra, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/crowdyflow">Crowdyflow</a>
* Template: axtra
* Version: 1.5
*/

.team__member-social {
    display: none;
}

.location .title{
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: var(--black-2);
    padding-bottom: 10px;
}

.preguntasfrecuent {
    margin: 0% 5%;
}
.preguntasfrecuent h3 {
    margin-top: 2%;
    margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
	.preguntasfrecuent h3 {
	    margin-top: 10%;
	    margin-bottom: 1%;
	}
}