<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* about */

.about-body {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 80px;
	background: #e5e8ea;
}

.brack-border {
  	border-bottom: 1px solid #000000 !important;
}

.about-content{
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	padding-bottom: 2rem !important;
	padding-top: 1rem !important;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.textarea {
	width: 100%;
	font-size:1em;
	box-sizing:inherit;
	margin-bottom: 80px;
	border:none;
	margin:0;
}

.about-table {
  	width: 100%;
  	margin-bottom: 1rem;
  	background-color: transparent;
 	font-size: 1rem;
}

.about-table th,
.about-table td {
 	padding: 0.75rem;
  	vertical-align: top;
  	display: inline;
}

.about-table thead th {
  	vertical-align: bottom;
 	border-bottom: none;
}

.about-table-sm th,
.about-table-sm td {
  padding: 0.3rem;
}</pre></body></html>