.propBanner {
	width: 100%;
	background-color: #f8f8f8;
	height: auto;
	min-height: 0;
	padding: 1rem;
}
.propsInfoContainer {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: center; 
	height: 100%;
	text-align: center;
	margin-bottom: 3em;
}
.propsInfoContainer img {
	max-height: 200px;
	margin-top: auto;
	margin-bottom: auto;
}
.propsInfoContainer .propCenter {
	text-align: center;
	margin-bottom: 1.5em;
}

.propsInfoContainer .separator-center {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.propsInfoContainer .propCenter .separator-center {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 25px;
}
.separator-center::before, .separator-center::after {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.separator-center::after {
	position: relative !important;
	width: 3rem;
	border-bottom: 0.125rem solid #ffdd00;
	margin: 1rem auto 0;
}
.separator-center::after {
	clear: both;
}
.separator-center::before, .separator-center::after {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.propsInfoContainer .separator-info {
	display: flex; 
	flex-direction: column; 
	align-items: center;
	justify-content: center;
	margin-top: 1em;
	font-size: 1.05rem;
	max-height: 200px;
	overflow: hidden;
}
.propsInfoContainer .separator-info .infoLine {
	flex-direction: column;
	width: 100%;
}
.propsInfoContainer.propButtons {
	display:flex;
	flex-direction:vertical;
	
}
.footerButton {
	width: 75%;
	margin: 5px auto!important;
	border: 2px solid #582c83!important;
	background-color: rgb(0,0,0,0)!important;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border-radius: 0px;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.footerButton:hover {
	background-color: #582c83!important;
	color: white;
}

@media screen and (min-width: 40em) {
	.propBanner {
		height: 300px;
	}
	.propsInfoContainer {
		margin-bottom: 0em;
	}
}

