<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactus-left {
	background-color: white;
	height: 100vh;
	min-height: 700px !important;
	padding-top: 2rem;
}

.contactus-right {
	position: relative;
	/*width: 100%;*/
	height: 100vh;
	min-height: 700px !important;
}

.div-btn-send {
	margin-bottom: 2rem;
	text-align: right;
}

.contactus-bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}

.contactus-right-detail {
	position: absolute;
	top: 20%;
	background-color: rgba(150, 150, 150, 0.7);
	color: white;
	margin-right: 0.75rem;
	border: 2px solid white;
	border-radius: 50px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}</pre></body></html>