/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2024 | 23:59:21 */
.studios {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.studio-details {
	width: calc(25% - 20px);
}
.studio-details .evlt-paragraph__main-title {
	margin-bottom: 0px;
}
.studio-legals p {
	font-size: 12px;
	line-height: 16px;
	margin-block-start: 0;
    margin-block-end: 0;
}
.nominated-architect {
	display: flex;
	gap: 5px;
}

@media (max-width:767px) {
	.studio-details {
		width: 100%;
	}
}