.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

/*** Provia Call-To-Action ***/

.banner {
	width: 100%;
	background-color: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
	height: fit-content;
	background-image: linear-gradient(90deg, rgb(255, 255, 255, 0.9) 14%, rgba(255, 255, 255, 0.9) 75%), url(/imageserver/UserMedia/bnlhomeimprovements/remodel_001.jpg);
	background-attachment: fixed;
	background-size: cover;
  }

.banner-content-wrapper {
max-width: 1200px;
width: 98.5%;
margin-inline: auto;
}

.banner-images-wrapper {
	display: flex;
	justify-content: center;
	gap: 10%;
}
  
  .banner-image {
	max-width: 240px;
	height: auto;
	margin: 0 20px;
	border-radius: 10px;
  }
  
  .banner-text {
	font-family: Arial, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #333;
	line-height: 1.5;
  }
  
  .banner-text span {
font-weight: 600;
	color: red; 
}



/* Add your CSS styles for the accordion here */
.accordion-section {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.accordion-title {
	background-color: #fff;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	color: #af0000;
}

.accordion-content {
	display: none;
	padding: 10px;
}


/*** Media Queries ****/
@media (max-width: 650px) {
.banner-images-wrapper {
	gap: 15px;
	flex-wrap: wrap;
}
}