p {
	font-size: 14px;
	color: #333
}

h1 {
	color: #fff;
	font-size: 46px;
	font-weight: 600
}

.section-title {
	color: #29448e;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: .5rem
}

.section-heading {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px
}


a:hover {
	text-decoration: none
}

.sectional-padding {
	padding: 20px 0
}

.card {
	padding: 20px;
	margin: 15px 0;
	border-radius: 10px;
	border: none;
	-webkit-box-shadow: 0 0 15px 0 #ddd;
	box-shadow: 0 0 15px 0 #ddd
}

.card-body {
	padding: 0
}

.card-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	color: #333
}


.integration-hover-links {
	display: none
}

.card.hover-card:hover .integration-hover-links {
	display: block;
	/* color: #fff */
}

a.integration-hover-links:after {
	-webkit-filter: invert(0) brightness(15);
	filter: invert(0) brightness(15)
}

a.btn.button-orange {
	color: #fff;
	padding: 12px 24px;
	border-radius: 33px
}

.card-content-integration p {
	font-weight: 600;
	margin-bottom: 0
}

.hover-card:hover .hover-card-content p,
.hover-card:hover p,
.integrations-section .card:hover .card-content-integration p {
	/* color: #fff */
}

.hover-card-content p {
	font-size: 14px
}

p.hover-card-heading {
	font-weight: 600;
	font-size: 16px
}


.success-stories-content {
	margin: 10px 0
}


.text-orange {
	color: #29448e;
}


.content:hover .overlay {
	opacity: .9
}

.content:hover .features-card-text {
	display: none
}

.hover-card.active {
	background: #fc4f19;
	background: -webkit-gradient(linear, left top, right top, from(#fc4f19), to(#f6a60d));
	background: linear-gradient(90deg, #fc4f19 0, #f6a60d 100%)
}

.hover-card.active p {
	color: #fff
}


.hover-card .contents a {
	color: #131f32
}

.hover-card:hover .contents * {
	color: #fff
}


.card-height-customer-care {
	min-height: 574px
}