:root {
    --brand-color: rgb(24 136 206)
}

.title-underline::after {
    background-color: var(--brand-color);
}

.listing-logo {
    height: 60px;
    margin-bottom: 20px;
}