.mds-illust {
	text-align:center;
padding-top:90px;
}
.align-self-center {
	align-self:center;
}
.img-round {
	border-radius:var(--rounded);
width:100%;
object-fit:cover;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
