
.page-header {
	text-align:center;
	}

#sp-component {
	/*background:#fff;
	padding:20px;
	border-radius:20px;
	margin:auto;
	box-shadow:6px 6px 15px #c0c0c0;
	}*/
	
.title {
	height:130px;
	}

.article-intro-image img {
	height:250px;
	width:auto;
	}
.intro-img {
	height:250px!important;
	width:auto;
	margin:auto;
	}
.article-full-image img {
	margin:auto;
	border-radius:15px;
	}
.readmore {
	background:#10bad2;
	border-radius:5px;
	padding:20px;
	width:150px;
	}
.readmore a {
	font-weight:900!important;
	color:#fff!important;
	}
button {
	background:red;
	border: none;
  border-radius: 20px;
  padding: 20px;
  margin-top: 3em;
  width:70%;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-left:20%;
	}
.sign a{
	margin:auto;
	display:block;
	}
.bincol li{
	list-style:none;
	margin-bottom:20px;
	}
.bincol > li::before{
  content: "\f556 ";
  font-family:'FontAwesome';
  padding-right: 30px;
  font-size: 20px;
  color: red;
  }
p.check::before {
	content: "";
	font-family:"FontAwesome";
	padding-right:40px;
	
	color:green;
	background-image: url("/images/hero/green-check-mark.png");
    background-size: 40px auto;
    background-repeat: no-repeat;
	}
.check {
	font-size:30px;
	}
