.right-fit-guarantee-module-container {
	background-color: rgb(249 250 251);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.right-fit-gradient-bar {
	background: #12d678;
	background: linear-gradient(126deg,rgba(255, 255, 255, 1) 0%, rgba(18, 214, 120, 1) 50%, rgba(255, 255, 255, 1) 100%);
	height: 5px;
	width: 100%;
}

.right-fit-guarantee-module-container-title {
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.25em;
	color: #02293d;
	margin-bottom: 30px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 50px;
	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;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(0);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.right-fit-guarantee-callout-box:hover {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	flex: 1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(1.01) !important;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.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-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

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

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

.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 {
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.25em;
	color: #02293d;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	text-align: center;
}

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

@media (max-width: 768px) {
	.right-fit-guarantee-box-callout-container {
		flex-direction: column; /* Switch to column for mobile */
	}
}

/* Create animation on scroll */
@keyframes fadeInUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

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

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

.fade-in-up-delay2 {
	animation-delay: 100ms;
}

.fade-in-up-delay3 {
	animation-delay: 200ms;
}

.fade-in-up-delay4 {
	animation-delay: 300ms;
}

.fade-in-up-delay5 {
	animation-delay: 400ms;
}

.fade-in-up-delay6 {
	animation-delay: 500ms;
}