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

/*** Image Styles ***/
    .color-bg-image::before,
    .color-bg-image::after{
        position: absolute;
        content: "";
        background: #86888a;
        z-index: -1;
    }

    .color-bg-image::before {
        top: -10px;
        height: 15px;
        width: 85%;
        left: -10px;
    }

    .color-bg-image::after{
        left: -10px;
        height: 85%;
        width: 15px;
    }

/*** Reverse Image Styles ***/
    .main-wrapper-reverse .color-bg-image::before,
   .main-wrapper-reverse .color-bg-image::after{
        position: absolute;
        content: "";
        background: var(--accent-red);
        z-index: -1;
    }

    .main-wrapper-reverse .color-bg-image::before {
        top: -10px;
        height: 15px;
        width: 85%;
        right: -10px;
left: unset;
    }

   .main-wrapper-reverse .color-bg-image::after{
        right: -10px;
        height: 85%;
        width: 15px;
left: unset;
    }

.services-icon {
	width: 45px;
	height: 45px;
}