.homefakbox {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 60px;
    overflow: hidden;
    display: table;
}
.homefakbox a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #0670ab;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 23px;
    padding: 0px 10px;
    /*font-family: 'Montserrat';*/
    -webkit-transition: 0.6s ease-out all;
    -o-transition: 0.6s ease-out all;
    transition: 0.6s ease-out all;
    border-radius: 6px;
}