.p-generalStats {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-gap: 15px;
}

.p-generalStats-item {
    padding: 22.5px;
    background-color: var(--brandColour);
    color: white;
    border-radius: 5px;
}

.p-generalStats-item-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.p-generalStats-item-content {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 12.5px;
}