.content-card-grid > .row {
	justify-content: center;
}

.content-card-grid  > .row > .col > .card div.background-image {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.content-card-grid  > .row > .col > .card .card-body h4 {
	font-family: "open sans", arial, sans-serif;
	font-size: 1rem;
	color: #333;
}

.custom-x-list li {
    list-style: none;
}

.custom-x-list li::before {
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    background-size: 32px;
    background-image: url("/sites/x.smu.edu.sg/files/2025-05/icon_check.png");
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.content-card-grid  > .row > .col > .card .card-body h4 {
		font-size: 0.875rem;
	}
}