.panel {
	position: relative;
	overflow: hidden;
	color: black;
	font-weight: bold;
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
	.panel p {
		margin: 0;
	}

.panel div {
	width: 100%;
}

.panel-header .btn {
	width: 40%;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
}

.panel-body {
	border-color: #373737;
	border-style: solid;
	background: white;
	padding: 2px;
}

.panel-header, .panel-header h1, .panel-header h2 {
	color: black;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.panel-image img {
	width: 100%;
}

.panel-description {
	text-align: justify;
	overflow: hidden;
}

.panel-contact {
	text-align: center;
}

	.panel-contact .btn {
		width: 60%;
		padding: 0;
	}

.panel-footer {
	border-color: black;
	border-style: none solid solid solid;
	background-color: #fef200;
	text-align: center;
}
