<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactus-bg {
	background: linear-gradient(to bottom, #a8d4ca, transparent);
}
/*.subpage .header {
  margin-bottom: 145px;
}*/
.sub-header {
	margin-bottom: 60px;
}
.section2 .row &gt; div {
	padding-left: 0px;
	padding-right: 0px;
}
.button-container {
	padding: 40px;
}

.address {
	line-height: 1.8;
	margin-top: 10px;
}
.address .row &gt; div {
	padding: 15px 0;
}

/*.btn_1_remark {
	font-size: 1rem;
}*/
img.download {
	margin-left: 20px;
}

.address .row &gt; div:first-child {
	font-weight: bold;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
  
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) { 
  .button-container {
  	text-align: center!important;
  	padding: 30px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) { 
	.button-container {
  	padding: 20px 0px;
  }
  .row &gt; div:nth-child(2) .button-container{
  	padding-bottom: 40px;
  }
  .section2 .row:nth-child(3) {
  	margin-top: 20px;
  }
  .address &gt; div, .section2 &gt; .container &gt; div .col {
  	padding-left: 0px;
  	padding-right: 0px;
  }
  .sub-header {
		margin-bottom: 0px;
	}
}</pre></body></html>