body {
	background: linear-gradient(-45deg, #d8f0f5, #ebf8fa, #d8f0f5, #ebf8fa);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}
.text-afgs {
	color:#0f3e6c;
}