.project-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--burgundy);
    margin-bottom: 20px;
    margin-top: -10px;
    /* Adjust spacing since it follows location */
}

@media (max-width: 768px) {
    .project-price {
        font-size: 18px;
        margin-top: -5px;
    }
}