
#site-btn a {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 18px;
	font-weight: 600;
	min-height: 46px;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
}

a {
    text-decoration: none !important;
}

#solution-card .elementor-widget-icon-box .elementor-icon-box-content {
	height: 35px !important;
}
#why-charities-card .elementor-widget-icon-box .elementor-icon-box-content {
	height: 100px !important;
}

.elementor-image-gallery div.gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
	#site-btn a {
		font-size: 13px !important;
		padding: 6px 9px !important;
	}
}