.blog-area .row > [class*='col-'] {
    display: flex;
}

.blog-item-two {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog-item-two .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-item-two .read-more {
    margin-top: auto;
}

.img-fluid-port{
    height: 350px !important;
}