.project-info-card {
    width: 25vw;
    background-color: white;
    border-radius: var(--earth-source-card-border-radius);
    padding: 20px;
}

h4.project-info-card-title {
    text-decoration: none;
    font-weight: bold;
}