.blog-excerpt {
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 13px;
}

.blog-box {
    width: 100%;
    text-align: right;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #00000029;
    border: 5px solid #f2f3f5;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 15px;
}
.blog-img {
    width: 23%;
}

.blog-content {
    padding: 10px 25px;
    width: 75%;
    position: relative;
}

.blog-content .blog-more {
    text-decoration: none;
    color: inherit;
    color: #5e2e94;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #5e2e94;
    padding: 3px 15px;
    display: block;
}

.blog-title {
    text-decoration: none;
    font-size: 23px;
    font-weight: 900;
    display: block;
    margin: 5px 0;
    color: #444343;
}
