.card-title {
  min-height: 6rem;
}
.card{
  color: #1d2a53;
}
a{
  text-decoration: unset;
}
table img{
	width: 30px;
}
table{
	font-size: 0.7rem;
}
@media (min-width: 576px){
	table img{
		width: 59px;
	}
	table{
		font-size: 1rem;
	}
}