.entry-header {
	display: none !important;
}
.site-footer a, .site-footer p, .site-footer figcaption {
  color: #CCCCCC !important;
}
.site-title a {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.site-footer h2, .site-footer h4 {
	color: #fff !important;
	font-size: 24px;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
	color: #fff !important;
}
.site-header {
	border-top: 2px solid #109DDB;
}

.svc-row .uagb-container-inner-blocks-wrap {
	align-items: stretch;
	height: auto;
}
.svc-info-box, .na-card, .about-team {
	background: #fff;
	box-shadow: 37px 37px 80px rgba(0, 0, 0, 0.1);
	padding: 50px 40px;
	border-radius: 20px;
	height: 100%;
}
p:last-of-type {
	margin-bottom: 0;
}
p:not(:last-of-type) {
	margin-bottom: 22px;
}
.d-none {
	display: none !important;
}
.entry-content ul, .entry-content ol {
	margin-bottom: 22px !important;
	margin-top: 12px !important;
}
.entry-content ul li ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.about-team img {
	object-fit:cover;
}
.about-team h2 {
	margin-bottom: 0!important;
}
.wp-block-uagb-container.uagb-block-2a1cff5d {
	min-height: auto !important;
	aspect-ratio: 5/2;
}
.about-team .uagb-ifb-image-content {
	display: flex;
	justify-content: center;
}
.about-team {
	max-width: 860px;
}
.about-team .uagb-ifb-content img {
	max-width: 800px;
}
@media screen and (max-width: 1024px) {
	.uagb-container-inner-blocks-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.wp-block-uagb-container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.na-row {
		display:flex!important;
		flex-direction:column;
	}
	.wp-block-uagb-container.uagb-block-2a1cff5d {
		min-height: auto !important;
		aspect-ratio: 5/2;
	}
	.site-footer h2, .site-footer h4 {
		font-size: 20px;
	}
	.site-header {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	}
}

@media screen and (max-width: 767px) {
	.na-row, .svc-row .uagb-container-inner-blocks-wrap {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}
	.ast-logo-title-inline .ast-site-identity {
		padding: 0;
	}
	.wp-block-uagb-container{
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.na-card, .about-team {
		padding: 32px 20px 24px !important;
	}
	.entry-content ul, .entry-content ol {
		margin-bottom: 16px !important;
	}
	p:not(:last-of-type) {
		margin-bottom: 18px;
	}
	.site-footer h2, .site-footer h4 {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.site-footer-section:not(:last-of-type) {
		margin-bottom: 16px !important;
	}
	#block-4 {
		display: none;
	}
	.site-primary-footer-wrap {
		padding-bottom: 20px !important;
	}
	#block-13 {
		padding-top: 16px;
		border-top: 1px solid rgba(255,255,255,0.35);
		margin: 26px 0 0;
	}
}