
.soporte-img-wrap{
    min-height:140px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px;
	 background:#fff;
	 border-radius:15px;
	 border-left: 5px solid #7b1e3a;
	 border-right: 4px solid #b8860b;
}

.soporte-img-wrap img{
    width:80%;
    height:120px;
    object-fit:contain;
    transition:.25s;
	
}