#c256,
#c261 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#0c44c2), to(#027700));
	color: #fff;
	padding: 3rem 4rem;
	border-radius: 2rem;
}
#c256 h1,
#c261 h1 {
	font-weight: bold;
	font-size: 2.7rem;
	text-align: center;
	margin-top: 1rem;
}
#c256 h2,
#c261 h2{
	text-align: center;
	text-align: center;
    font-size: 5rem;
    font-weight: 200;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
#c256 p,
#c261 p {
	font-size: 18px;
	margin-top: 3rem;
    text-align: center;
	line-height: 27px;
}

#c253,
#c254,
#c259,
#c260 {
	text-align: center;
}
#c253 h3,
#c260 h3 {
	margin-top: 4.5rem;
    margin-bottom: 2rem;
	font-weight: 600;
	color: #0c46b9;
}
#c254 h3,
#c259 h3 {
	font-weight: 600;
	margin-bottom: 2rem;
	color: #0c46b9;
}
#c254 p:last-child,
#c259 p:last-child {
	/*background-color: #ffeb00;
    padding: 2rem 6rem;
    border-radius: 15px;*/
	font-weight: bold;
}
#c255,
#c258 {
	text-align: center;
}
#c255 p a,
#c258 p a {
	text-decoration: none;
    background: #0c45bd;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
	text-decoration: underline;
}
#c255 p a:hover,
#c258 p a:hover {
	background: #1ab2cf;
}
#c257 img,
#c262 img {
	max-width: 110px;
    height: auto;
}