.projects-text-container {
    /* layout */
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 39%;
    gap: 30px;
    height: 20vh;
}

.projects-text-header {
    /* layout */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}