.objs_cont {
}

	.obj_item {
		position: relative;
		width: 564px;
		height: auto;
		padding: 20px;
		box-shadow: 0 6px 38px -12px rgba(0, 0, 0, 0.3), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
		margin-top: 20px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.obj_item { width: 280px; padding: 10px; text-align: center; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.obj_item { width: 440px; padding: 10px; text-align: center; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.obj_item { width: 348px; }
	}

	.obj_item:first-child {
		margin-top: 0;
	}
	
		.obj_img_top {
			position: absolute;
			top: 0;
			left: 0;
			width: 140px;
			height: 140px;
			z-index: 2000;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.obj_img_top { width: 280px; height: 140px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.obj_img_top { width: 280px; height: 140px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.obj_img_top { width: 280px; height: 140px; }
		}
		
		.obj_img {
			position: relative;
			display: inline-block;
			outline: 0;
			width: 140px;
			height: 140px;
			margin: 0;
			margin-right: 16px;
			box-shadow: 0 6px 38px -12px rgba(0, 0, 0, 0.3), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.obj_img { display: block; width: 280px; height: 140px; margin-right: 0; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.obj_img { display: block; width: 280px; height: 140px; margin-right: 0; margin-left: 80px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.obj_img { display: block; width: 280px; height: 140px; margin-right: 0; }
		}
			
			.cat_filter_noi {
				background: rgba(254,133,36,0.2);
			}
		
			.cat_filter_servizi {
				background: rgba(62,162,249,0.2);
			}
		
			.cat_filter_garden {
				background: rgba(0,201,128,0.2);
			}
		
			.cat_filter_esperienze {
				background: rgba(201,0,80,0.2);
			}
		
		.obj_img img {
			object-fit: cover;
			width: 140px;
			height: 140px;
			filter: grayscale(100%);
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.obj_img img { width: 280px; height: 140px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.obj_img img { width: 280px; height: 140px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.obj_img img { width: 280px; height: 140px; }
		}
		
		.obj_info {
			display: inline-block;
			vertical-align: top;
			width: 404px;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.obj_info { display: block; width: 280px; margin-top: 20px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.obj_info { display: block; width: 440px; margin-top: 20px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.obj_info { display: block; width: 348px; margin-top: 20px; }
		}
		
			.obj_cat {
				color: rgba(254,133,36,1);
				font-size: 12px;
				text-transform: uppercase;
				margin-top: -3px;
				margin-bottom: 6px;
			}
		
				.obj_cat a {
					color: rgba(56,56,56,1);
					text-decoration: none;
					transition: color 0.3s linear;
					-webkit-transition: color 0.3s linear;
					-moz-transition: color 0.3s linear;
				}
		
				.obj_cat a:hover {
					color: rgba(56,56,56,0.7);
				}
		
			.obj_title {
				text-transform: uppercase;
				font-weight: 500;
				font-family: 'Montserrat', sans-serif;
				font-display: swap;
				margin-bottom: 6px;
			}
			
			.obj_text {
			}
			
		.read_more {
			margin-top: 10px;
			width: 118px;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.read_more { margin-left: 80px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.read_more { margin-left: 160px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.read_more { }
		}