


.section__info-novedades-banca-en-linea ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 24px;
}
.section__info-novedades-banca-en-linea ul li {
	margin-bottom: 1rem;
	position: relative;
}
.section__info-novedades-banca-en-linea ul li:before, .section__normativa ul li:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url(https://cloud.modyocdn.com/uploads/a2be9a5f-6be9-4582-b7f9-524c9ef1d173/original/check-blue.svg);
	background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.section__info-novedades-banca-en-linea img.img-principal {
	max-height: 380px;
  display: block;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
	.section__info-novedades-banca-en-linea img.img-principal {
		max-height: 620px;
	}
}
