.row-style {
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;

}

@media(min-width: 768px) {
	.md-style{
		display: flex;
		flex-direction: column;
		padding-left: 2px;
		padding-right: 2px;

	}
}

.ul-style {
	background: #fff;
	width: 100%;
	height: 300px;
	min-height: 250px;
	display: flex;
}

#credit-use ul {
	padding-inline-start: 30px;
}
