@media(max-width: 767px) {
	
}

@media(max-width: 991px) {
	.page-entry__content {
	    position: relative;
	    margin-top: 0px !important;
		
	}
	.generic-content .futural-cladding-systems-hero {
	    background: url(../image/futural-cladding-systems.jpg) no-repeat center center;
	    background-position-y: center !important;
	    background-size: cover !important;
	    padding-top: 10.2rem !important;
	    padding-bottom: 2rem !important;
	}
	.generic-content .futural-cladding-systems-hero h1 {
	    text-shadow: 2px 2px 10px #333;
		max-width: 100%;
		font-size: 2.4rem;
	}

	.introduction .pre-title {
		text-transform: uppercase;
		font-weight: 500;
		border-top: none !important;
		padding-top: 0.4rem;
		margin: 0 auto !important;
		max-width: 225px !important;
		margin-bottom: 1rem !important;
		position: relative;
	}
	.introduction .pre-title::before {
		content: '';
		position: absolute;
		top: -0.6rem;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50px;
		height: 5px;
		background: #60b9f0;
	}
	.recent-projects__content{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.recent-projects__content__item {
	    transition: transform 0.3s ease;
	    transform: translateY(0);
	    flex-basis: 48%;
		margin-bottom: 2rem;
	}
	
	.recent-projects__content__item__location {
		margin-top: 0.6rem;
		margin-bottom: 0rem;
		text-align: ;
		color: #10384d;
	}
	.recent-projects__content__item__title {
		font-size: 1.6rem;
		text-align: ;
		color: #10384d;
		margin-bottom: 0rem;
	}
	
	.recent-projects__content__item__link {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(45deg, #295c89 50%, #295c89 50.5%, rgba(255,255,255,0) 50%);
		transition: all .2s ease-in-out;
		display: block;
		z-index: 100;
		opacity: 0;
		background: linear-gradient(-147deg, rgb(255,255,255,0.0) 49.5%, #295c89 50.1%, #295c89);
	}
	
	
	.recent-projects__content__item__image:hover .recent-projects__content__item__link {
		opacity: 0.7;
	}
	.recent-projects__content__item{
		transition: transform 0.3s ease; /* 鍔ㄧ敾鎸佺画鏃堕棿涓�0.3绉� */
		transform: translateY(0); /* 鍒濆鐘舵€佷笉绉诲姩 */
	}
	.recent-projects__content__item:hover {
		transform: translateY(-1.0rem); /* 榧犳爣鎮仠鏃跺悜涓婄Щ鍔�10鍍忕礌 */
	}
	
}
 