div.home_background {
    height: calc(100vh - 85px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
}

div.home_shortcuts {
    display: flex;
    padding: 20px;
    margin: 0px;
    width: 100%;
}

div.home_shortcut {
    text-align: center;
    display: flex;
    padding: 20px;
    margin: 20px;
    background-color: white;
    flex: 1 1 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.home_shortcut use, div.home_shortcut svg {
    width: 50px;
    height: 50px;
    stroke: #4CB658;
    fill: transparent;
    stroke-miterlimit:10;
    stroke-width:11px;
}
 .svgtext {
    width: 150px;
    height: 150px;
    stroke:transparent;
    fill: #4CB658;
    stroke-miterlimit:0;
    stroke-width:0px;
}

div.home_shortcut a {
    margin: 0px auto
}