.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 {
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 13px;
}

.blog-img {
    text-align: center;
}
.blog-box {
    text-align: right;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #c7c7c7;
    border-radius: 14px;
    padding: 15px 16px;
}

p.card-cat {
    display: inline-block;
    background: #eef6fd;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 600;
}

.card-cat a {
    text-decoration: none;
    color: #0c3b91;
}

.card-more {
    text-align: left;
}

.card-more a {
    background: #c79835;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 15px;
    text-decoration: none;
    color: #000000;
}

.blog-innr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-content {
    padding: 10px 25px;
    text-align: center;
    border-top: 0;
}

a.blog-title {
    text-decoration: none;
    font-size: 19px;
    font-weight: 900;
    display: block;
    margin: 5px 0;
    color: #4d4d4d;
}

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 {
    border-radius: 18px;
}

.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;
}

