.m-auto{
    display: inherit;
}

.empty-state {
    max-width: 579px;
    margin: auto;
    text-align: center;
    position: relative;
}

.empty-state .inner {
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%);
    width: 399px;
}
.empty-state .red-link {
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
    display: inline-block;
}
.header {
    padding: 12px 0px;
}
.h-90 {
    min-height: 85vh;
}
@media only screen and (max-width: 480px) {
    .empty-state .inner img {
    max-width: 92px;
}
.empty-state .inner {
    top: 45%;
    width: 100%;
}
.empty-state .red-link {
    font-size: 15px;
    margin-top: 25px;
}
}