.form-group {
    margin-bottom: 5px !important;
}
.module-news #carousel-media {
	width: 60%;
    height: 100%
}
.module-news #heading-image {
    width: 500px;
}
#Home_Page_Box { 
    width:289px; 
	height:450px; 
    position: relative;
    text-align: justify;
    background-color: #d6ecf7; 
	word-wrap: break-word;
    margin: -75px 5px 50px 5px;
	padding: 10px 15px 10px;
	float: left;
}
#Home_Page_Box a {
    text-decoration: none;
}
#Home_Page_Box a img {
    width: 260px;
    height: 120px;
    position: relative;
}
.Button { 
    width:150px; 
	height:50px;
	position: absolute;
    bottom: 15px;
    text-align: left;
    background-color: #fffcf7; 
	word-wrap: break-word;
    margin: 5px 5px 5px;
	padding: 10px 10px 10px;
}
.Button:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}