.navbar {
    margin: 1rem;
}

.description {
        padding-top: 2rem;
}

.grid-hero .card {
    background: 0 0;
    border: 0;
    color: #5b687d;
    padding: .5rem;
}

.grid-hero .card .card-title {
    color: #5755d9;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.tile-subtitle {
    font-weight: bold;
}

.timeline-content p {
    margin : 0 0 0 0;
}

.tile-icon {
    align-content: space-around;
    align-items: center;
    background: #5755d9;
    border-radius: .1rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-line-pack: distribute;
    font-size: 1.2rem;
    height: 2rem;
    width: 2rem;
    flex: 0 0 auto;
    justify-content: center;
}