.section-cover{
	padding-top: 32px;
}
.about-page-content .box-content {
	background: #E5F8FF;
	box-shadow: 1px 0px 2px rgba(0, 111, 153, 0.25), -1px 0px 2px rgba(0, 111, 153, 0.25), 0px 3px 4px rgba(0, 111, 153, 0.25);
	padding: 16px 16px 8px;
}

.about-page-content .box-content p:last-child {
	margin-bottom: 0;
}

.about-page-content li {
	font-size: 18px;
	line-height: 27px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 8px;
}

.about-page-content ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #000;
	border-radius: 4px;
	margin-right: 4px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
}

.two-col {
	display: flex;
}

.about-page-content .two-col .box-content {
	width: 648px;
}

.sm-logo {
	display: flex;
	align-items: center;
	margin-left: 112px;
}

.team-sec {
	padding-top: 32px;
}

.team-sec p:last-child{
	margin-bottom: 0;
}

.team-sec h2 {
	margin-top: 0;
	font-weight: 400;
	margin-bottom: 8px;
}

.team-sec img {
	width: 696px;
	display: block;
	margin: 0 auto;
	margin-top: 32px;
}

/* ---------------About page Media Query -------------------- */
@media screen and (max-width:1119px) {
	.about-page-content .two-col .box-content{width: auto;}
	.sm-logo{margin-left: 56px;}
}
@media screen and (max-width:1023px) {
	#checkout-steps .title h3, #checkout-steps .title p { font-size: 18px; }
	.two-col{display: block;}
	.sm-logo{margin-left: 0; margin-top: 32px; justify-content: center;}
}
@media screen and (max-width:767px) {
	#checkout-steps .title h3, #checkout-steps .title p { font-size: 17px; }
}

@media screen and (max-width:320px) {
}

/* ---------------About page Media Query -------------------- */
