.right-fit-guarantee-module-container {
	background-color: #f9fafb;
	margin: 0;
	padding:0 0 40px
}

.right-fit-gradient-bar {
	background: #12d678;
	background: linear-gradient(126deg, #fff, #12d678 50%, #fff);
	height: 5px;
	width:100%
}

.right-fit-guarantee-module-container-title {
	color: #02293d;
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1.25em;
	margin: 50px 5% 30px;
	text-align:center
}

.right-fit-guarantee-box-callout-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 5%;
	margin-right:5%
}

.right-fit-guarantee-callout-box {
	align-items: center;
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	display: flex;
	flex: 1;
	flex-direction: column;
	transform:scale(0)
}

.right-fit-guarantee-callout-box, .right-fit-guarantee-callout-box:hover {
	background-color: #fff;
	border-radius: 10px;
	margin: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function:cubic-bezier(.4, 0, .2, 1)
}

.right-fit-guarantee-callout-box:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	flex: 1;
	transform:scale(1.01) !important
}

.right-fit-icon-container {
	align-items: center;
	background-color: #12d6781a;
	border-radius: 35px;
	display: flex;
	height: 70px;
	justify-content: center;
	width:70px
}

.right-fit-icon-container span {
	height:30px
}

.right-fit-guarantee-callout-box svg {
	fill: url(#right-fit-icon-gradient) #12d678;
	height: 30px;
	margin:0
}

.right-fit-callout-box-heading {
	color: #02294d;
	font-family: Source Sans Pro, sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
	padding:0
}

.right-fit-guarantee-callout-box p {
	color: #02293d;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding:0
}

.right-fit-module-rule {
	background: #02293d1a;
	border: 0;
	color: #02293d;
	font-size: 0;
	height: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
	width:100px
}

.right-fit-guarantee-module-closing-header {
	color: #02293d;
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1.25em;
	margin: 20px 5% 10px;
	text-align:center
}

.right-fit-guarantee-module-closing-paragraph {
	color: #02293d;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 5% 20px;
	padding: 0;
	text-align:center
}

@media (max-width: 768px) {
	.right-fit-guarantee-box-callout-container {
		flex-direction:column
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform:translateY(50px)
	}

	to {
		opacity: 1;
		transform:translateY(0)
	}
}

.fade-in-up {
	animation:fadeInUp .75s both
}

.fade-in-up-delay1 {
	animation-delay:0s
}

.fade-in-up-delay2 {
	animation-delay:.1s
}

.fade-in-up-delay3 {
	animation-delay:.2s
}

.fade-in-up-delay4 {
	animation-delay:.3s
}

.fade-in-up-delay5 {
	animation-delay:.4s
}

.fade-in-up-delay6 {
	animation-delay: .5s
}
