@media(max-width: 767px) {
	
}

@media(max-width: 991px) {
	.page-entry__content {
	    position: relative;
	    margin-top: 0px !important;
		background: #f4f4f4;
	}
	
	.generic-content .sustainable-cladding-hero {
	    background: url(../pic/15-bg.jpg) no-repeat center center;
	    background-position-y: center;
	    background-size: cover;
	    padding-top: 10.2rem;
	    padding-bottom: 2rem;
	}
	
	.generic-content .sustainable-cladding-hero h1 {
	    text-shadow: 2px 2px 10px #333;
		max-width: 100%;
		font-size: 2.4rem;
	}
	
	.the-15-1{
		background: #f4f4f4;
	}
	.finishes__tables ul.tabs {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	}
	.finishes__tables ul.tabs li {
	    font-weight: 600;
	    cursor: pointer;
	    background: rgb(16 56 77);
	    color: #ffffff;
	    transition: all .2s ease-in-out;
	    padding: 0.8rem 0.2rem;
	    /* flex: 1; */
	    flex: 0 0 33.333333%;
	    text-align: center;
	    font-size: 1.2rem;
		line-height: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.finishes__tables ul.tabs li.active, .finishes__tables ul.tabs li:hover, .finishes__tables ul.tabs li:focus {
	    background: rgb(255 255 255);
	    color: rgb(16 56 77);
	}
	.finishes__tables .tab_content {
	    padding: 3rem 2rem;
	    background: #ffffff;
	    border-bottom-left-radius: 0rem;
	    border-bottom-right-radius: 0rem;
	}
	.finishes__tables__title-tabs {
	    background: transparent;
	    border-top-left-radius: 0rem;
	    border-top-right-radius: 0rem;
	    overflow: hidden;
	}
	.finishes__tables .tab_content__info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.finishes__tables .tab_content__info a  {
		flex-basis: 46%;
		padding: 0rem 0rem 2rem 0rem;
		border-bottom: none;
		text-align: center;
		color: #000;
		font-weight: bold;
		display: flex;
		justify-content: center;
		/*align-items: self-end;*/
		align-items: flex-start;
		flex-wrap: wrap;
		transition: transform 0.3s ease; /* 动画持续时间为0.3秒 */
		transform: translateY(0); /* 初始状态不移动 */
	}
	.finishes__tables .tab_content__info a:hover  {
		border-bottom: none;
		transform: translateY(-1.0rem); /* 鼠标悬停时向上移动10像素 */
	}
	.finishes__tables .tab_content__info a p {
	    display: flex;
		margin-bottom: 0;
		margin-top: 1rem;
		color: #10384d;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.finishes__tables .tab_content__info a p span {
	    color: #10384d !important;
		margin-left: 0.8rem;
	}
	.finishes__tables .tab_content__info a img {
	    -webkit-box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
	    box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
		max-height: 30rem;
	}	
	
	
}
 