.bolg-title{
    width: 100%;
    margin: 0 auto;
    background: #5A4BBB;
    text-align: center;
    padding: 20px;
    font-family: revert;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-top: 2em;
}
.title1 {
    margin: 80px 0 !important;
    p {
        color: rgba(79, 35, 150, 1);
        font-family: boldd !important;
        font-size: 30px !important;
    }
}

.line2 {
    width: 180px;
    height: 5px;
    border-radius: 10px;
    background-color: rgba(79, 35, 150, 1);
    margin: auto;
}

.blog-read .card-time {
    font-size: 12px;
    gap: 20px;
    color: #676767;
}

.blogBtn{
    color: #fff;
    text-decoration: none;
}
