.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
h1, h2 {
text-align: center;
}
.interior-header {
background: #0a113a;
color: #ffffff;
padding: 80px 15px 20px!important;
}

.painting-section {
max-width: 94%;
width: 100%;
margin-inline: auto;
padding-block: 30px;
}

.painting-content{ 
padding-block: 17px;
max-width: 97%;
width: 100%;
margin-inline: auto;
}

.painting-section h1{
text-align: center;
color: #000000;
}
.painting-section h2 {
font-weight: 600;
}

.pc-row {
display: flex;
flex-flow: row wrap;
gap: 25px;
align-items: center;
}

.pc-col {
flex-basis: 485px;
flex-grow: 1;
}

.image-col {
text-align: center;
}

.image-col img {
max-width: 600px;
width: 100%;
}


.faq-item {
	width: 100%;
	margin: 7px 0px;
	border-bottom: #ebebeb 1px solid;
}

.faq-item .faq-label {
	position: relative;
	width: 100%;
	padding: 12px 26px 12px 0px;
	cursor: pointer;
	font-size: 20px;
font-weight: 600;
	color: #ab0d22;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.faq-item .faq-label i {
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
color: 
}

.faq-item .faq-label i:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 18px;
	height: 2px;
	background-color: #120c83;
}

.faq-item .faq-label i:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 2px;
	height: 18px;
	background-color: #120c83;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
	opacity: 0;
}

.faq-item.faq-item-show .faq-label i:before {
background-color: #a30e22;
}

.faq-text {
	transition: 0.3s all;
	overflow: hidden;
	height: 0px;
}

.faq-item.faq-item-show  .faq-text {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	height: auto;
}

.faq-text p {
	margin: 0px 0 20px 0;
}

.faq-text p:last-child {
	margin-bottom: 0px;
}

.process-content {
background-color: #f6f6f6;
}

.process-header {
max-width: 1120px;
width: 100%;
margin-inline: auto;
}

.process-header h2 {
color: #000000;
}

.process-row {
display: flex;
flex-flow: row wrap;
align-content: stretch;
justify-content: space-between;
gap: 15px;
margin-inline: auto;
padding: 42px 21px;
border-radius: 10px;
}

.process-item {
position: relative;
max-width: 48%;
width: 100%;
border: 3px solid #f7f7f7;
border-radius: 12px;
box-shadow: 2px 5px 5px #00000077;
transition: all .21s cubic-bezier(.22,.61,.36,1);
background-color: #ffffff;

}

.process-item:hover {
transform: translateY(-10px);
}

.process-item:hover h2 {
color: #132e80;
}

.process-item.prep-item {
max-width: 100%;
}

.process-item h2 {
text-align: center;
color: #4c4c4c;
}

.process-item p {
max-width: 95%;
margin-inline: auto;
}

.why-content h2,
.estimate-content h2 {
color: #000000;
}

.why-list-row {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
align-content: stretch;
}

.why-content li {
font-weight: 600;
margin-block: 7px;
}

.site_button {
background-color: #a80d22;
}

.painting-content.estimate-content {
background-color: #f6f6f6;
border-radius: 12px;
padding: 17px;
}

.estimate-content h2 {
color: #120c83;
}



@media(max-width:992px) {
	.faq-group .faq-content{
  width: 100%;
 }
.faq-group .faq-accordian {
 width: 100%;
 padding-left: 0;
 margin-left: 0;
}
.process-item {
max-width: 100%;
}
}