
.vertical-center{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
h4{
    border-bottom: 2px solid #0075b0;
    border-left: 10px solid #0075b0;
    padding: 10px;
}