@charset "utf-8";
/* CSS Customize */

/*--------------------------------------------------------------
# Mission Section
--------------------------------------------------------------*/

.mission {
	margin-top: 0px;
	font-size: 1em;
	text-align: center;
}

/*.mission .mission-content h3 {
  font-weight: 700;
  font-size: 26px;
}*/

/*
height: 540px;
font-size:1.3em;
background-color:#f5f5f5;
text-align: center;
*/

.mission-card-first
, .mission-card-next {
	margin-bottom: 20px;
}

.card-text br {
	display: none;
}

/*XX-Small devices (portrait phones, less than 440px)*/
@media (max-width: 439.98px) {

}

/*X-Small devices (portrait iphones 16 pro max, 440px and up)*/
@media (min-width: 440px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	/*.mission {
		font-size: 1em;
	}
	.mission-card-first
	, .mission-card-next {
		margin-bottom: 0px;
	}
	.card {
		height: 450px;
	}*/
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	/*.mission {
		font-size: 1.2em;
	}*/
	/*.mission-container-row {
		padding: 20px;
		background-color:#f5f5f5;
	}*/
	/*.card {
		height: 400px;
	}*/
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	/*.mission {
		font-size: 1em;
	}*/
	/*.mission-container-row {
		padding: 50px;
		background-color:#f5f5f5;
	}*/
	/*.card {
		height: 450px;
	}*/
}
