.portfoliocontainer {
	
    display: flex;
    flex-direction: row;
    flex: 1;
    background-color: #fff;
	align-items: center;
	/*height: 400px; */
	  /* justify-content: space-between; */
	justify-content: center; 
	gap:20px;
    }
    .portfoliocolumn {
        display: flex;
		flex=1
        height: 400px;
			border: 2px solid yellow;
	border-radius: 20px;
			width: 600px;
	overflow: hidden;    /* Forces the image to clip to the border radius */

    }
    portfoliolead{
        height: 400px;
    }