.icono-destacado .destacado-image-container {
	background-image: url(../img/sombra-iconos-resumen.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icono-destacado .destacado-image-container img {
	width: 140px;
	max-width: 100%;
	position: relative;
	height: auto;
}

.icono-destacado .destacado-title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
	margin: 0 auto;
    max-width: 194px;
    color: #1D1D1B;
}

@media(max-width: 991px) {
	.icono-destacado .destacado-title {
		font-size: 18px;
	}	
}