.linkscontainer {
    margin: 0 auto;
    width: 100%;
}
.linkswrap {
    margin: 0 auto;
}
.links {
    display: inline-block;
    width: 22%;
    background: #fff;
    margin: 1%;
    padding: 8px;
    color: #181A17;
    text-align: center;
}
.links img {
    margin: 5px auto;
}
.links a {
    white-space: nowrap;
    line-height: 3;
    color: #254D75;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, sans-serif, Helvetica;
}
.links .linksurl {
    margin: 0px auto;
    padding: 3px;
    color: #181A17;
    text-align: center;
}
.links a:hover {
    color: #981A17;
    text-decoration: none;
    font-weight: bold;
}
.links a .linksurl:hover {
    color: #fff;
    background: #A32725;
    z-index: 900;
}
.linkswrap .links img {
    margin: 5px auto;
    height: 80px;
    object-fit: cover;
}