.approach-page {
	/*margin: 2rem 0;*/
}
.approach-page > section {
	padding: 5rem 2rem;
}
.approach-page h2 {
	font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 4rem;
	text-align: center;
}
.usp-grid {
	gap: 2rem;
}
.usp-column {
	transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.usp-column:hover {
	--tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.usp-icon {
	--tw-bg-opacity: 0.2;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
}
.usp-column:nth-child(odd) .usp-icon {
	background-color: #124e9445;
}
.usp-column:nth-child(even) .usp-icon {
	background-color: #1daf8b63;	
}
.usp-icon i {
	font-size: 1.5rem;
    line-height: 2rem;
}
.usp-column:nth-child(odd) .usp-icon i {
	color: #124e94;
}
.usp-column:nth-child(even) .usp-icon i {
	color: #1daf8b;	
}
.usp-column h3 {
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-weight: 600;
	color: #111827;
	margin-bottom: 1rem;
}
.usp-column p {
	font-size: 16px;
	line-height: 1.625;
	color: #4b5563;
}
.treatment-timeline {
	position: relative;
}
.timeline-line {
	display: block;
	--tw-bg-opacity: 0.2;
	background-color: #124e9473;
	width: 0.25rem;
	height: 100%;
	left: 50%;
	position: absolute;
	--tw-translate-x: -50%;
	--tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.timeline-box {
	flex-direction: column;
    align-items: center;
    display: flex;
}
.timeline-box:not(:first-child) {
	--tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.timeline-left {
	margin-bottom: 2rem;
}
.timeline-number {
	font-size: 1.125rem;
    line-height: 1.75rem;
	font-weight: 700;
	border-radius: 9999px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
}
.timeline-box:nth-child(odd) .timeline-number {
	background-color: #124e94;
}
.timeline-box:nth-child(even) .timeline-number {
	background-color: #1daf8b;
}
.timeline-content h3 {
	font-size: 1.5rem;
    line-height: 2rem;
	font-weight: 600;
	color: #111827;
	margin: 0;
}
.timeline-content p {
	font-size: 16px;
	line-height: 1.625;
	color: #4b5563;
}
.timeline-content img {
	object-position: top;
	object-fit: cover;
	border-radius: 16px;
	height: 16rem;
	width: 100%;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.expertise {
	display: grid;
	gap: 4rem;
	align-items: center;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.content-box h3 {
	font-size: 1.5rem;
    line-height: 2rem;
	font-weight: 600;
	color: #111827;
	margin-bottom: 1.5rem;
}
.expertise-list > div {
	display: flex;
	align-items: flex-start;
}
.expertise-list > div:not(:first-child) {
	--tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.list-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #124e94;
	border-radius: 9999px;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.25rem 1rem 0 0;
}
.list-icon i {
	font-size: 0.875rem;
    line-height: 1.25rem;
	color: #fff;
}
.list-content h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #111827;
	margin: 0;
}
.list-content p {
	font-size: 16px;
	color: #4b5563;
	margin: 0;
}
.expertise-number {
	padding: 1.5rem;
	background-color: #f9fafb;
	border-radius: 16px;
	margin-top: 2rem;
}
.expertise-number > div {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}
.counter-number {
	font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 700;
}
.expertise-counter:nth-child(odd) .counter-number {
	color: #124e94;
}
.expertise-counter:nth-child(even) .counter-number {
	color: #1daf8b;
}
.expertise-number p {
	font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
}
.expertise img {
	object-position: top;
	object-fit: cover;
	border-radius: 16px;
	width: 100%;
    /*height: 27rem;*/
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cta-section h2 {
	margin-bottom: 1.5rem;
}
.cta-section p {
	font-size: 1.25rem;
	line-height: 1.625;
	color: #dbeafe;
	margin-bottom: 2rem;
}
.cta-section .row {
	max-width: 56rem;
	margin: auto;
}
.cta-buttons {
	flex-direction: column;
    gap: 1rem;
}
.cta-buttons a {
	font-weight: 600;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	white-space: nowrap;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.cta-buttons a:first-child {
	color: #124e94;
}
.cta-buttons a:first-child:hover {
	color: #fff;
	background-color: transparent !important;
	border: 1px solid #fff;
}
.cta-buttons a:last-child {
	color: #dbeafe;
}
.cta-buttons a:last-child:hover {
	color: #fff;
}
.cta-icon {
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
}
.cta-text {
	font-size: 16px;
	font-weight: 500;
}
.cta-usp > div:not(:first-child) {
	--tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 767px) {
	.approach-page > section {
	    padding: 3rem 0rem;
	}
	.approach-usp h2 {
	    font-size: 1.56rem;
	    line-height: 2rem;
	    margin-bottom: 2rem;
	}
	.usp-grid {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.usp-column h3,
	.content-box h3 {
	    font-size: 1.2rem;
	    line-height: 1.2rem;
	    margin-bottom: .5rem;
	}
	.usp-column p,
	.timeline-content p,
	.list-content p {
	    font-size: 14px;
	}
	.timeline-line {
		display: none;
	}
	.timeline-content h3 {
	    font-size: 1.2rem;
	    line-height: 1rem;
	}
	.timeline-number {
	    font-size: 1rem;
	    line-height: 1rem;
	    width: 2rem;
	    height: 2rem;
	}
	.timeline-box:nth-child(even) {
	    flex-direction: column-reverse;
	}
	.cta-usp {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .cta-usp > div:not(:first-child) {
    	margin: 0;
    }
}
@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .usp-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
	.timeline-box {
		flex-direction: row;
	}
	.timeline-left {
		padding-right: 3rem;
		width: 50%;
		margin-bottom: 0px;
	}
	.timeline-right {
		padding-left: 3rem;
		width: 50%;
	}
	.expertise {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}