.iw-testimonios {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 40px;
	margin-top: 50px;
}

.iw-testimonios .iw-testimonio {
	width: 100%;
	padding: 20px;

	box-shadow: 0 0 10px 5px #eee;
    background-color: #F5FBFF;
}
.iw-testimonios .iw-testimonio .iw-testimonio-titulo {
	margin-top: 0;
	text-align:left !important;
}
.iw-testimonios .iw-testimonio .iw-testimonio-destacado {
	font-weight: 800;
	color: black;
}
.iw-testimonios .iw-testimonio > p:last-of-type {
	margin-bottom: 0;
}