.modal .content-icon-airdrop {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/airdrop.png);
    top: 3px;
}

.modal .content-icon-cp {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/cp.png);
    top: 3px;
}

.modal .content-icon-mirror {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/mirror.png);
    top: 3px;
}

.modal .content-icon-next {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/next.png);
    top: 3px;
}

.modal .content-icon-previous {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/previous.png);
    top: 3px;
}

.modal .content-icon-showoriginal {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/showoriginal.png);
    top: 3px;
}

.modal .content-icon-split-left {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/split-left.png);
    top: 6px;
}

.modal .content-icon-split-right {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/split-right.png);
    top: 6px;
}

.modal .content-icon-splits {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/splits.png);
    top: 6px;
}

.modal .content-icon-writetools {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/writetools.png);
    top: 3px;
}

.modal .content-icon-writingtools {
    background-repeat: no-repeat;
    background-image: url(/hk/en/education/college-students/images/overview/icons/writingtools.png);
    top: 3px;
}

.section-savings .cards {
    display: flex;
}


@media only screen and (min-width: 734px) {
	.section-savings .savings-gallery .item-container {
		grid-template-columns: 1fr 1fr;
	}

	.section-savings .savings-gallery .gallery-item {
		width: 100%;
	}
}