.blog-boxs {
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.blog-more {
    text-decoration: none;
    color: #111111;
    font-weight: 900;
    text-align: left;
    display: inline-block;
    font-size: 17px;
}
p.blog-excerpt {
    padding: 15px 0;
    color: #686868;
    font-size: 15px;
}

.blog-img {
    text-align: center;
}
.blog-box {
    width: 100%;
    text-align: right;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
}

.blog-content {
    padding: 21px 0;
}

.blog-innr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.blog-title {
    text-decoration: none;
    padding: 0;
    font-size: 19px;
    font-weight: 900;
    display: block;
    color: #000000;
}

a.blog-category {
    position: absolute;
    left: 0;
    top: 10%;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 1px 15px;
    color: #9f0f0f;
    font-weight: 900;
}

.blog-innr img {
    filter: brightness(85%);
}

.blog-box-small {
    display: flex;
    flex-direction: column;
}

.blog-innr-small {
    width: 100%;
    display: flex;
    margin-bottom: 35px;
    align-items: flex-start;
    text-align: right;
}

.blog-innr-small img {
    width: 90px;
    border-radius: 17px;
}

a.blog-title-small {
    display: inline-block;
    width: 60%;
    text-decoration: none;
    margin-right: 17px;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}

@media (min-width: 992px) {
    .blog-box {
        width: 23%;
        margin-top: 0;
    }

}
