.interior.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogBox {
    margin-bottom: 0px;
    box-sizing: border-box;
}
.blogBox .item {
    background: #151515;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 100%;
}
.blogBox .item:hover {
    background: #151515;
    cursor: pointer;
}
.blogBox .item img {
    width: 100%;
}
.blogBox .item p {
    padding-bottom: 5px;
}
.blogBox .item .blogTxt {
    padding: 5px;
}
.blogBox .item .blogCategory a {
    padding: 2px 10px 2px;
    border: 3px solid #616161;
    color: #616161;
  
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a {
    background: #042a63;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMore a:hover {
    background-color: #ffd118;
}

@media screen and (min-width: 5px) {
	.blogBox .featured h2 {
		font-size: 42px;
	}
}
@media screen and (min-width: 5px) {
	.blogBox .featured h2 {
		font-size: 30px;
		font-style: italic;
	}	
		.blogBox .featured img {
		max-width: 50%;
		width: 100%;
		float: left;
		min-height: 378px;
	}
}
@media screen and (min-width: 5px) {
	.blogBox .item img {
		height: 152px;
	}
}