<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
    background-color: #FDF5F8;
}
.container {
font-family: 'Roboto', sans-serif;
font-weight:300;
font-size:18px;
}
.section-text {
	margin-top: 0;
}
.text-bold {
	color:#BA2C3F;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-align:center;
}
.text-center {
	color:#A66F29;
	text-align: center;
	font-weight:700;
	font-size: 30px;
}
.last-image {
	margin-bottom:20px;
}
.mb{
display:none;
}

@media only screen and (max-width: 767px){
.container {
	font-size: 20px;
}
.in-editor-img.special-title{
	text-align:center;
}
.mb{
display:block;
}

}</pre></body></html>