/* MetaBox Block Style
--------------------------------------------- */
.wpblock-mostrarunexperto .item-experto .content {
	text-align: left;
}

.wpblock-mostrarunexperto .item-experto .content {
	width: 80%;
}

.wpblock-mostrarunexperto .item-experto .button {
	height: max-content;
	align-self: center;
	width: 190px;
}

.wpblock-mostrarunexperto .item-experto .content h2 {
	margin-bottom: 10px;
}

.wpblock-mostrarunexperto .item-experto .content .sub-title {
	color: #F1C435;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.wpblock-mostrarunexperto .item-experto {
		border: none;
	}
}