/**
 * Homepage section mobile fixes (financials image, team spacing).
 */

@media (max-width: 767px) {
	#financials .elementor-element-b3b95fa {
		justify-content: center;
		align-items: center;
	}

	#financials .elementor-element-174757f {
		width: 100%;
		text-align: center;
	}

	#financials .elementor-element-174757f .pxl-image-single,
	#financials .elementor-element-174757f .pxl-item--inner,
	#financials .elementor-element-174757f .pxl-item--image {
		display: flex;
		justify-content: center;
		margin-inline: auto;
	}

	#financials .elementor-element-174757f img {
		margin-inline: auto;
		width: auto;
		max-width: min(520px, 100%);
	}

	#our-team.elementor-element-25ebc1b {
		--margin-top: 0px;
		margin-top: 0 !important;
	}

	#our-team .elementor-element-95b3967 {
		--padding-top: 32px;
	}

	/* Contact CTA script sits on a light background on mobile (the dark
	   Mask-group bg is stripped by WP Rocket here), so recolor it dark green. */
	.elementor-element-6a00d81 .pxl-text-editor,
	.elementor-element-6a00d81 .pxl-text-editor p {
		color: #0F3714 !important;
	}
}
