.direct-section { 
	display:flex; 
	flex-wrap:wrap; 
	gap:20px; 
	flex-direction: column; 
}
.direct-sections-list{ 
	display:flex; 
	flex-wrap:wrap; 
	gap:20px; 
}
.direct-section-item{ 
	width: calc((100% - 3 * 20px) / 4);
	display: flex;
	flex-direction: column;
	gap: 20px; 
}
.direct-section-link {
	display: block;
	width: 100%;
	height: 30vh;
	max-height: 318px;
	border-radius:6px;
	background: #D1E2EC;
	overflow: clip;
}
.direct-section-thumb{  
	width:100%; 
	height:100%; 
	object-fit:cover; 
}
.direct-section-title{ 
	font-weight: 400; 
}