html {
	font-size: 18px;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #655B55;
}

p {
	margin-bottom: 1em;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

blockquote {
	margin-top: 32px;
	margin-bottom: 1em;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-bottom: 48px;
	position: relative;
}

blockquote:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 2px;
	background: #4182EE;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

blockquote > p {
	text-align: center;
	font-family: "Fjalla One", sans-serif;
	font-size: 22px;
}

blockquote > .caption {
	text-align: center;
	font-size: 14px;
}

.color-blue {
	color: #4181EF;
}

strong, b {	
	font-weight: 600;
}

.article img {
	border-radius: 0.66em;
}

.show-desktop {
	
}
.show-mobile {
	display: none;	
}

.d-flex {
	display: flex;
	flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    gap: 32px 32px;
}

.flex-direction-row {
	flex-direction: row;
}

.justify-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

.text-center {
	text-align: center;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-60 {
	margin-bottom: 60px;
}

.w-50 {
	width: 50%;
}

.w-70 {
	width: 70%;
}

.w-30 {
	width: 30%;
}


header {
	padding-top: 32px;
}

footer a.website {
	color: #655B55;
	text-decoration: none;
}

.pre-footer {
	background: #f1f1f1;
	padding-top: 32px;
	padding-bottom: 32px;
}

.copyright {
	padding-top: 24px;
	padding-bottom: 24px;
}

.copyright br {
	display: none;
}

.social {
	margin-top: 12px;
	padding-left: 0;
	list-style: none;
	font-size: 0;
}

.social li {
	display: inline-block;
	margin-right: 16px;
}

.social img {
	height: 40px;
	width: auto;
}

.container {
	padding: 0 32px;
	max-width: 1264px;
	margin-left: auto;
	margin-right: auto;
}

.title {
	font-weight: 600;
	font-size: 2.5em;
	color: #4181EF;
	line-height: 1.15;
}

.caption {
	font-size: 0.7em;
	text-transform: uppercase;
}

.article {
	background: #f8f8f8;
}

.article-title {
	background: #ffffff;
	padding-top: 80px;
	padding-bottom: 200px;
}

.article-content {
	padding-bottom: 60px;
	margin-top: -140px;
}

.changi-logo {
	margin-left: auto;
	height: 86px;
	width: auto;
}

.article-content ol {
	max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.2em;
}

.article-content ol p {
	max-width: unset;
    margin-left: unset;
    margin-right: unset;
}

.article-content ol li::marker {
	font-weight: 600;
}


#article-1 .title {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#article-2 .title {
	margin-left: auto;
	margin-right: auto;
}

#article-3 .title {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}


.text-small {
	font-size: 13px;
}

@media (max-width: 1263px) {
	
}


@media (max-width: 1024px) {
	html {
		font-size: 16px;
	}

	blockquote {
		padding-bottom: 32px;
	}

	blockquote > p {
		font-size: 20px;
	}

	blockquote > .caption {
		font-size: 12px;
	}
}


@media (max-width: 767px) {

	html {
		font-size: 14px;
	}

	.show-desktop {
		display: none;	
	}
	.show-mobile {
		display: block;
	}

	.flex-direction-row {
		flex-direction: column;
	}

	.mb-20 {
		margin-bottom: 12px;
	}

	.mb-32 {
		margin-bottom: 24px;
	}

	.mb-60 {
		margin-bottom: 32px;
	}

	.d-flex {
		gap: 24px 24px;
	}

	.w-30,
	.w-50,
	.w-70 {
		width: 100%;
	}

	.title {	
		font-size: 2em;
	}

	.article-title {
		padding-top: 48px;
		padding-bottom: 80px;
	}

	.article-content {
		margin-top: -48px;
		padding-bottom: 32px;
	}

	.social li {
		margin-bottom: 12px;
	}

	.social img {
		height: 32px;
	}

	.changi-logo {
		height: 72px;
	}

	.copyright br {
		display: inline;
	}

	blockquote {
		padding-bottom: 24px;
		margin-top: 24px;
	}

	blockquote > p {
		font-size: 16px;
	}

	blockquote > .caption {
		font-size: 10px;
	}

	#article-4 .title br {
		display: none;
	}

}