ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}

img {
    border: none;
}

#x {
	clear: both;
}

#blog-wrapper {
	padding: 30px 18px;
}

#blog-wrapper h2 {
	color: #187BB1;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-style: oblique;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.blog-container {
	width: 100%;
	border-bottom: solid 2px #a00c0c;
	padding: 24px 12px;
	margin-bottom: 2rem;
}

.blog-thumbnail {
	width: 30%;
	height: 180px;
	background-size: cover;
}

.blog-right-content {
	width: 65%;
	padding-left: 5%;
}

.blog-right-content h2 {
	color: #187BB1;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.blog-btn-width {
	width: 140px !important;
	text-decoration: none !important;
}

.blog-btn {
	width: 140px !important;
	color: #fff;
	font-size: 15px;
	padding: 8px 0px;
	text-align: center;
	background-color: #a00c0c;
	border: solid 2px #a00c0c;
	text-decoration: none !important;
	transition: 0.3s;
}

.blog-btn:hover {
	color: #a00c0c;
	background-color: rgba(0, 0, 0, 0);
	border: solid 2px #a00c0c;
}
	