@charset "utf-8";
/* CSS Document */
#intro .badge-icon {
	height: 20px;
}
#team {
	padding: 48px 0;
}
#team-container {
	margin-top: 48px;
}
#team-callout, #principles {
	background-color: #F2F4F6;
    border-bottom: 1px solid #C6C6CD;
    border-top: 1px solid #C6C6CD;
}
#team-callout .callout-container {
	justify-content: space-between;
}
#team-callout .callout-data {
	font-size: 32px;
	line-height: 40px;
}
.callout-group {
	background-color: #F8FAFC;
	padding: 24px;
}
.callout-detail {
	font-size: 14px;
	line-height: 20px;
	margin-top: 4px;
}
.corner {
	border-radius: 8px;
}
.team-img {
	width: 20%;
	border-radius: 4px;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.25)); 
	vertical-align: middle;
	padding: 1%;
}
.team-group span {
	color: #0058BE;
}
.team-group p {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 1%;
}
#principles {
	padding: 48px 0;
}
#principles h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}
#principles h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
#principles p {
	font-size: 16px;
	line-height: 24px;
}
.principles-container{
	display: inline-block;  
	vertical-align: top;
}
.principles-container:first-of-type {
	width: 40%;
	padding-right: 2%;
}
.principles-container:last-of-type {
	width: 60%;
	padding-left: 2%;
}
.principles-group {
	margin-bottom: 32px;
}
.principles-group:last-of-type {
	margin-bottom: 0;
}
.principles-icon {
	width: 7%; 
	vertical-align: top;
	padding-top: 1%;
}
.principles-info {
	width: 93%;
	display: inline-block;
	padding-left: 24px;
}
.description {
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 24px;
}
@media(max-width: 880px) {
	.team-group p, .team-img {
		width: 100%;
	}
	.team-img {
		padding: 0 20%;
		margin: 24px 0;
	}
}
@media(max-width: 680px) {
	.callout-container {
		flex-direction: column-reverse;
		gap: 16px;
	}
	.callout-group {
		margin: 0;
	}
	/* .team-group p, .team-img {
		width: 100%;
	}
	.team-img {
		padding: 0 20%;
		margin: 24px 0;
	} */
	.principles-container:nth-of-type(n) {
		width: 100%;
	}
}