#company-profile-content .company-profile-text p,
#company-profile-content .company-profile-strength,
#inspira-bio-pharma-content .company-profile-text p,
#inspira-bio-pharma-content .company-profile-strength {
	margin-bottom: 1.5em;
}

#company-profile-content .company-profile-text p:last-child,
#inspira-bio-pharma-content .company-profile-text p:last-child {
	margin-bottom: 0;
}

#company-profile-content .company-profile-strength h3,
#inspira-bio-pharma-content .company-profile-strength h3 {
	margin-bottom: 1.25em;
}

#company-profile-content .company-profile-strength ul li,
#inspira-bio-pharma-content .company-profile-strength ul li {
	padding: 0.5em 0;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
}

#company-profile-content .company-profile-strength ul li i,
#inspira-bio-pharma-content .company-profile-strength ul li i {
	flex-shrink: 0;
	margin-top: 0.2em;
}


@media (max-width: 991px) {

	#company-profile-content .col-lg-4.col-md-12,
	#inspira-bio-pharma-content .col-lg-4.col-md-12 {
		margin-top: 2.5rem;
	}

	#company-profile-content .company-profile-strength,
	#inspira-bio-pharma-content .company-profile-strength {
		background-color: rgba(0, 0, 0, 0.03);
		padding: 1.5rem;
		border-radius: 4px;
	}
}

@media (max-width: 767px) {

	#company-profile-content .col-lg-4.col-md-12,
	#inspira-bio-pharma-content .col-lg-4.col-md-12 {
		margin-top: 2rem;
	}

	#company-profile-content .company-profile-strength h3,
	#inspira-bio-pharma-content .company-profile-strength h3 {
		font-size: 1.25rem;
	}

	#company-profile-content .company-profile-text p,
	#inspira-bio-pharma-content .company-profile-text p {
		font-size: 0.95rem;
	}
}

@media (max-width: 480px) {

	#company-profile-content .company-profile-strength ul li,
	#inspira-bio-pharma-content .company-profile-strength ul li {
		font-size: 0.9rem;
		padding: 0.4em 0;
	}
}

@media (min-width: 992px) {
	.topmargin_lg_0 {
		margin-top: 0 !important;
	}
}

.page_footer .footer_logo.logo_with_text {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: center;
	gap: 12px;
}

.page_footer .footer_logo.logo_with_text img {
	display: inline-block !important;
	vertical-align: middle;
	flex-shrink: 0;
	max-width: 130px;
	max-height: 50px;
	width: auto;
	height: auto;
}

.page_footer .footer_logo .logo_text {
	display: inline-block !important;
	vertical-align: middle;
	color: #ffffff !important;
	margin: 0 !important;
	font-size: 24px;
	font-weight: 600;
}

/* Smooth anchor jumps; in-page nav also uses jQuery localScroll (easeOut — no slow start) */
html,
body {
	scroll-behavior: smooth !important;
}

/* Footer icons - white color */
.page_footer .media-left i,
.page_footer .highlight2 {
	color: #ffffff !important;
}

/* Footer email links - stay white on hover */

.page_footer a[href^="mailto:"]:hover {
	color: #ffffff !important;
	opacity: 0.9;
}

.page_copyright .social-icon {
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}

.page_copyright .social-icon:hover {
	color: #ffffff !important;
	border-color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.request-call-button[class*="color"]:hover {
	color: white !important;
	background-color: #1f232b !important;
}

.subscribe-button:hover {
	color: #263a84 !important;
	background-color: white !important;
}

.link_hover_color:hover {
	color: white !important;
}

.custom_feature_image {
	margin-top: 20px;
}

.custom_feature_image3 {
	margin-top: 15px;
}

.custom_feature_img {
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}