@charset "utf-8";


.main-contact {
	width: 80%;
	max-width: 800px;
	min-height: 600px;
	margin-left: 100px;
	margin-bottom: 150px;
}
.main-contact p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: grid;
	margin-bottom: 20px;
}
.main-contact a {
	text-decoration: underline;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #e30613;
}
.main-contact td {
	text-align: left;
	font-size: 16px;
	padding-right: 20px;
	min-width: 80px;
}
.main-contact h3 {
	font-size: 24px;
	font-weight: 500;
  	text-transform: uppercase;
	color: #e30613;
	margin: 40px 0px 10px 0px;
}
.main-contact h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.main-contact ul {
	list-style-type: disc;	
	margin-left: 20px;
}
.main-contact li {
	padding-left: 10px;
	list-style-position: outside;
	display: list-item;
}