/* ===== Typography ===== */
h1,
h2,
.h2,
h3,
h4 {
    font-weight: 800;
    text-transform: uppercase !important;
    color: var(--color-white);
    filter: drop-shadow(1px 1px 0px var(--color-black));
}

/* ===== Property details ===== */
.property-details {
    gap: 1rem !important;
}

.property-details-item {
    gap: .5rem !important;
}

.property-details-item img {
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    border-radius: 50%;
    background-color: var(--color-brand-primary);
}