#textbannersmodule ul {
  margin-top: 5px;
}
#textbannersmodule ul li {
  margin-bottom: 0 !important;
}
#textbannersmodule ul li:last-child {
  padding-bottom: 0;
}
#textbannersmodule .txttitle {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 1px;
}
#textbannersmodule .txtlegend {
	direction: ltr !important;
	display: block;
	margin-top: 1px;
	font-size: 13px;
	line-height: 18px;
}
#textbannersmodule.no_borders .txtbanner {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  border: none !important;
}
#textbannersmodule.iconleft li {
  text-align: right;
}
#textbannersmodule.iconleft a {
  display: block;
  padding: 0;
}
#textbannersmodule.iconleft .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: 15px;
}
#textbannersmodule.iconleft .circle i {
  font-size: 18px;
}
