.team-content {
	text-align: center;
	padding: 40px;
	background: #14378a;
	border-radius: 30px;
	background-image: url(../img/bg-wrapper.png);
	border-image-slice: 1;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	backdrop-filter: blur(10px);
}

.about-company .leading-company h2 {
	color: #102c6d;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 52px;
	margin-bottom: 20px;
}

.about-company .leading-company p {
	color: #252525;
}

.founder-about h2 {
	color: #2f2f2f;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 52px;
	margin-bottom: 20px;
}

.founder-about p {
	color: #252525;
}

.team-content .team-wrapper h5 {
	font-size: 20px;
	color: #fff;
	font-family: "TomatoGrotesk-SemiBold";
	background: linear-gradient(
		100deg,
		rgba(229, 240, 243, 1) 0%,
		rgba(197, 230, 240, 1) 42%,
		rgb(136 211 232) 88%
	);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: capitalize;
	-webkit-text-fill-color: transparent;
}

section.founded-sec {
	padding: 30px 0 90px 0px;
}

.founder-img {
	padding-left: 40px;
}
