.interior.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogBox .item {
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 100%;
}
.interior {
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
}
.interior {
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
}
.blogBox {
    margin-bottom: 30px;
    box-sizing: border-box;
}
#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a {
    background: linear-gradient(to left, #434343, #000000);
    display: inline-block;
    padding: 3px 12px;
    border-radius: 20px;
    color: #ffffff !important;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none; 
}
#loadMore a:hover {
    color: #ffffff;
    text-decoration: none;
}
