.modal-header button.close {
	color: #000;
}
.modal-title {
	color: rgba(54,8,8,0.90);
	font-size: 24px;
}
.modal-title2 {
	color: rgba(54,8,8,0.90);
	font-size: 30px;
	font-weight: 600;
}
.modal-body {
	padding: 4rem;
	max-height: 600px;
}
.modal {
	border-radius: 0px;	
}
.mb-1 {
	color: rgba(54,8,8,0.80);
}
ul {
	color: rgba(54,8,8,0.90);
}
.modal-content {
	background-color: rgba(255,255,255,0.85);
	border-radius: 0px;
}
