.blog-card-new .blog-card-title{
    color: #000 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 60px;
    margin-top: 16px;
    text-transform: uppercase;
}
.aside-blog{
    position: relative;
}
.aside-blog-content{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 155px;
    text-align: center;
    width: 80%;
}
.aside-blog-content p.title{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.aside-blog-content p.content{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.aside-blog-content a{
    display: inline-block;
    text-decoration: none;
}
.portfolio-more-btn-wrapper{
    text-align: center;
}

.portfolio-more-btn{
    color: #002060;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    line-height: normal;
    letter-spacing: 0.7px;
    border-radius: 16px;
    border: 1px solid #BFDBFF;
    margin: 0 auto;
    padding: 10px 24px;
}
footer{
    margin-top: 100px;
}
.br-8{
    border-radius: 8px;
}
.blog-card-content a{
    color: #002060
}