section.who_we_are {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
	padding: 2rem;
	/* font-family: 'Poppins', sans-serif; */
}

section.who_we_are h3 {
	font-size: 40px;
	margin-bottom: 2rem;
	font-weight: 700;
	color: #0d1e42;
}

section.who_we_are p {
	/* font-family: 'Poppins', sans-serif; */
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
}

section.who_we_are small,
section.who_we_are a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
}

section.who_we_are small,
section.who_we_are a:hover {
	margin-left: 0.75rem;
}

section.who_we_are div.description {
	border-right: 1px solid #bfbfbf;
}

section.who_we_are div.count {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.who_we_are div.count-item {
	margin-bottom: 2rem;
	padding: 1rem 2rem;
}

section.who_we_are div.count-container {
	margin-top: 2rem;
	width: 100%;
}

section.who_we_are div.count h5 {
	font-size: 35px;
	margin-bottom: 1rem;
	font-weight: 600;
	padding-left: 1rem;
	color: #0d1e42;
}

section.who_we_are div.count p {
	line-height: 20px;
	padding-left: 1rem;
}

section.who_we_are div.count div.underline {
	border: 6px solid #47b6e3;
	border-radius: 0.5rem;
}

a.btn,
.item .slider-caption a.btn {
	display: inline-block;
	border-radius: 17px;
	line-height: 34px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	padding: 0 20px;
	background: #0d1e42;
	transition: all 0.3s ease-in-out;
}

a.btn:hover,
.item .slider-caption a.btn:hover {
	transform: translateY(-3px);
}

.d-none {
	display: none;
}


.icon-large {
	font-size: 1.5em;
	/* Adjust the size as needed */
}

.p-0 {
	padding: 0 !important;
}


/* Ipad screens and below */
@media (min-width: 900px) {
	.px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* .px-0 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	} */
}