  .facts .grid-x {
    position: relative;
    margin: 0;
}
.facts .grid-x:before {
    content: '';
    position: absolute;
    bottom: calc(-3rem + -1px);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6199E4;
    z-index: 2;
}
.facts:last-child .grid-x:before {
    display: none;
}
.fact.logo {
    height: auto;
    width: 100%;
    max-width: 16rem;
    margin: 1rem auto;
}