* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

main.container {
	width: 95vw;
	max-width: 750px;
	margin-inline: auto;
}

.yangon-heading {
	margin-bottom: 20px;
	font-weight: 600;
}

.mandalay-heading {
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
}

.section-container {
	background-color: #f6f6f6;
	border-radius: 12px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.section-heading {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.125rem;
	font-weight: 400;
}

.section-heading img {
	width: 26px;
}

.section-details {
	margin-left: 1.75rem;
}

.section-details img {
	width: 12px;
}

.section-details-line {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-block-start: 1rem;
}
