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


/* Part 1 */
.blog-read .clintGroup {
    display: flex !important;
    align-items: flex-start !important;
    gap: 5px !important;
}
.blog-read .blog-desc{
    font-family: 'cairo';
    font-size: 17px;
    line-height: 33.23px;
    text-align: right;
    color: #676767;
    padding-left: 3em;
}

/* Part 2 */
.blog-read .line {
    width: 170px;
    height: 2px;
    border-radius: 10px;
    background-color: #F69554;
    margin-bottom: 2em;
}
.blog-read .card-p{
    color: #4f2396;
    font-weight: 600;
    font-family: inherit;
}
.blog-read .card-time{
    font-size: 14px;
    gap: 20px;
    color: #676767;
}
.blog-read .blog-btn{
    background-color: #4f2396;
    border-radius: 40px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 0;
    height: 20px;
}


@media (max-width: 700px) {
    #blog-cards{
        display: block;
    }
    #blog-cards .col-7 , #blog-cards .col-5{
        width: 100%;
    }
}

/* Error Section */
.error{
    padding: 8em 0 6em;
}
.error .error-title{
    color: #4F2396;
    font-weight: 700;
}
.error .error-desc{
    font-weight: 600;
}
.error .error-btn{
    background-color: #4f2396;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 0;
    height: 20px;
}
.error .error-btn a{
    text-decoration: none;
    color: #fff;
}
