.timeline-wrap {
    height: 630px;
}

@media (max-width: 768px) {
    .timeline-wrap {
        height: auto;
    }
}

#benchmarks__wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
}

@media (max-width: 768px) {
    #benchmarks__wrapper {
        flex-direction: column;
    }
}

.benchmark__wrapper a {
    display: flex;
    padding: 12px;
    text-decoration: none;
    color: #000000;
    justify-content: center;
}

.benchmark__wrapper a img {
    height: 94px;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}

.benchmark__wrapper a img:hover {
    opacity: 1.0;
}

.benchmark__wrapper a div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.benchmark__wrapper a span {
    padding: 5px;
}

.benchmark__wrapper a span:first-child {
    font-weight: 700;
    font-size: 1.5em;
    color: #4b68b6;
}

.benchmark__wrapper a span:last-child {
    font-weight: 500;
}

.navbar-brand img{
	max-height:45px;
} 