.blog-boxs {
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.blog-more {
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    text-align: left;
    display: inline-block;
    font-size: 17px;
    background: #bc9043;
    padding: 6px 18px;
}
p.blog-excerpt {
    padding: 15px 0;
    color: #686868;
    font-size: 15px;
}

.blog-img {
    /* text-align: center; */
    position: relative;
}
.blog-box {
    width: 100%;
    text-align: right;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
}

.blog-content {
    padding: 21px 23px;
    background: #f8f8f7;
}

.blog-innr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

a.blog-title {
    text-decoration: none;
    padding: 0;
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #000000b0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}

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%);
    width: 100%;
}

.blog-box-small {
    display: flex;
    flex-direction: column;
}

.blog-innr-small {
    width: 100%;
    margin-bottom: 35px;
    text-align: right;
    position: relative;
}

.blog-innr-small img {filter: brightness(85%);}

a.blog-title-small {
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(0 0 0 / 76%);
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 15px;
}

@media (min-width: 992px) {
    .blog-box {
        width: 29%;
        margin-top: 0;
    }
    .blog-box {
        margin: 25px 38px 25px 0;
}
}
