.blog-more-images{
    display: flex;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
}
.blog-more-images a{
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #ddd;
    margin-right: 3px;
}
.blog-more-images a img{
    width: 18px !important;
    height: 18px !important;
    display: flex;
}
.portfolio-link{
    position: absolute;
    bottom: 0;
    left: 0%;
    margin-bottom: -25px;
    background: red;
    width: 100%;
}