.custom-paragraph {
    max-width: 600px;
    margin: 0 auto;
    text-align: left
}

.portfolio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.portfolio-caption {
    flex-grow: 1;
}