/* GENERAL */
img {
	width: 100%;
	border-radius: 1rem;
}

/* TARGET USERS */
.target-users {
	overflow: hidden;
}
.target-users img {
	float: left;
	margin: 0 2rem 2rem 0;
	width: 20rem;
}
@media screen and (max-width:425px) {
	.target-users img {
		float: left;
		margin: 0 0 2rem 0;
		width: 100%;
	}	
}

/* MISSION VISION SECTION */
.mission-vision-section {
	background: #000;
	color: #ccc;
}
@media screen and (max-width:768px) {
	.mission-vision-section .col-2 > div:last-child {
		margin-top: 4rem;
	}
}

/* MEET THE FOUNDERS */
.meet-the-founders-section {
	border-top: 1px solid #ccc;
}
/* .meet-the-founders-section p {
	text-align: justify;
} */
.meet-the-founders-section .col-2 > div:first-child {
	width: 40%;
}
.meet-the-founders-section .col-2 > div:last-child {
	width: 60%;
}
.founder-img02 {
	float: right;
	margin: 0 0 1rem 2rem;
	width: 28rem;
}
@media screen and (max-width:942px) {
	.meet-the-founders-section .col-2 > div:first-child {
		width: 100%;
		margin-bottom: 2rem;
	}
	.meet-the-founders-section .col-2 > div:last-child {
		width: 100%;
	}
}
@media screen and (max-width:525px) {
	.founder-img02 {
		width: 50%;
	}
}