
.max-height-150px {
    max-height: 150px;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.project-detail-header {
    display: flex;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    align-items: center;
    justify-content: space-between;
}

.project-detail-header img {
    max-height: 150px;
    max-width: 150px;
    margin-right: 20px;
}