
.container-uni {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
 	justify-content:center;
	align-items:center;
	align-content: center; 
   	max-width: 1230px ; 
	background-color: black; 
	margin: 0 auto;
	;
}
 
.item-uni{
	flex: 1;
	align-self:stretch;
	border-radius: 10px;
	min-width: 350px;
	border: 3px solid #ed5d01;
	text-align: left;
	color:white;
	padding: 5px;
	margin: 10px;
	box-shadow: 5px 5px 10px;
} 

.item-uni-1 {
	cursor: pointer;
	max-height: 490px;
}

.item-uni-text{
	background-color: black;
	text-align: justify;
} 

.item-uni-text p {
    margin: 5px; 
	font-size: 14px;
}


.item-uni iframe {
    width: 100%;         
    height: 100%;          
    aspect-ratio: 9 / 16; 
    border: 0;            
}

