@media (max-width:1000px) {
	.banner {
		width: 90%;
		height: auto;
		position: relative;
		margin: 0 auto;
		margin-bottom: 100px;
		padding: 15px 0;
		font-family: "Apercu", helvetica, sans-serif;
		

	}

	.bl-title {
		width: 100%;
		padding: 10px 0;
		font-size: 22px;
		color: #000000;
		line-height: 1.5;
		border-bottom: 1px solid gainsboro;
		font-weight: 600;
	}

	.bl-box {
		width: 100%;
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid gainsboro;

	}

	.bl-box img {
		width: 40%;
		height: 110px;

	}

	.bl-text {
		width: 55%;
		height: auto;


	}

	.bl-text p:nth-of-type(1) {
		font-size: 12px;
		line-height: 1.5;
		margin: 10px 0;
		text-transform: uppercase;
		text-decoration: underline;
	}

	.bl-text p:nth-of-type(2) {
		font-size: 16px;
		line-height: 1.5;

	}

	.br-box {
		width: 100%;
		height: 250px;
		position: relative;

	}

	.br-box img {
		width: 100%;
		height: 100%;

	}

	.br-text {
		width: 80%;
		height: auto;
		padding: 15px 0;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #FFFFFF;
	}

	.br-text p:nth-of-type(1) {
		width: 90%;
		margin: 0 auto 10px;
		line-height: 1.5;
		font-size: 16px;
		text-transform: uppercase;

	}

	.br-text p:nth-of-type(2) {
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
		font-size: 18px;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

	}
}

@media (min-width:1000px) {
	.banner {
		width: 1300px;
		height: auto;
		position: relative;
		margin: 0 auto 30px;
		padding: 15px 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
		/* background-color: pink; */
		font-family: "Apercu", helvetica, sans-serif;
		
		
		
	}
	.b-left{
		width: 47%;
		height: auto;
	}
	.b-right{
		width: 47%;
		height: auto;
		
	}
	.bl-title {
		width: 100%;
		padding: 10px 0;
		font-size: 22px;
		color: #000000;
		line-height: 1.5;
		border-bottom: 1px solid gainsboro;
		font-weight: 600;
	}
	
	.bl-box {
		width: 100%;
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
		border-bottom: 1px solid gainsboro;
		
	
	}
	
	.bl-box img {
		width: 38%;
		height: 140px;
	
	}
	
	.bl-text {
		width: 58%;
		height: auto;
	
	
	}
	
	.bl-text p:nth-of-type(1) {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0;
		text-transform: uppercase;
		text-decoration: underline;
	}
	
	.bl-text p:nth-of-type(2) {
		font-size: 18px;
		line-height: 1.5;
		
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	
	}
	
	.br-box {
		width: 100%;
		height: 500px;
		position: relative;
		box-shadow: 0px 0px 10px gray;
		overflow: hidden;
		
	
	}
	
	.br-box img {
		width: 100%;
		height: 100%;
		transform: scale(1.0);
		transition: all 0.3s linear;
		
	
	}
	.br-box:hover img{
		transform: scale(1.2);
	}
	.br-text {
		width: 80%;
		height: auto;
		padding: 15px 0;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #FFFFFF;
	}
	
	.br-text p:nth-of-type(1) {
		width: 90%;
		margin: 0 auto 10px;
		line-height: 1.5;
		font-size: 16px;
		text-transform: uppercase;
	
	}
	
	.br-text p:nth-of-type(2) {
		width: 90%;
		margin-left: 5%;
		line-height: 1.5;
		font-size: 18px;
		font-weight: 600;
		display: inline-block;
		
		
	
	}
	.br-box:hover .br-text p:nth-of-type(2){
		text-decoration: underline;
		text-decoration-color: #c5cfd8;
		text-decoration-thickness: 2px;
		text-underline-offset: 7px;
	}

}
