.lease_explanation {
	border: 2px solid #767676;
	padding: 10px;
}
.lease_explanation p {
	font-size: 16px;
}
.lease h4 {
	background: #767676;
	color: #fff;
	text-align: center;
	font-size: 16px!important;
	font-weight: normal!important;
	padding: 10px;
}
.list_banner {
	padding-left: 0!important;
}
.list_banner::before {
	content: none!important;
}

@media screen and (max-width: 767px) {
.list_banner img {
	width: 380px;
}
}
@media screen and (max-width: 1023px) {
.list_banner img {
	width: 500px;
}
}