.title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.title h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
}

.title p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: .7rem;
}

.pretitle {
    text-transform: uppercase;
    color: white;
    opacity: 0.6;
    font-size: 0.7rem;
    font-weight: 600;
    margin-top: 2px !important;
}

.logo {
    align-items: center;
    background-color: hsla(0,0%,100%,.12);
    border-radius: 2px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 12px;
    width: 48px;
}

.logo img {
    height: 18px;
}