.history {
    padding: 60px 0;
    background-color: #000;
    background-image: linear-gradient(180deg, #6c6d71 0%, #000 100%) !important;
    color: white;
    line-height: 150%;
}

.history p {
    margin-bottom: 1em;
}

.history .site-container {
    margin-bottom: 60px;
}

.history .site-container.columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: start;
}

@media (min-width: 768px) {
    .history .site-container.columns {
        grid-template-columns: 1fr 1fr;
    }
}

.history__review {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .history__review {
        padding-left: 20%;
    }
}

.history__review p {
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 150%;
}

.history__review span {
    margin-top: 20px;
}

.history a {
    color: white;
}