/* ABOUT - INTRO */
.about-intro h2 {
    width: 800px;
    max-width: 85vw;
}

.about-intro p {
    width: 1100px;
    max-width: 85vw;
}

.maincontent {
padding:0;
position:relative;
max-width:100%;
}

.home-global {
	padding: 75px 0;
}


.cert-content {
	background: #ccc;
}

.cert-list {
	 margin-bottom: 0px;
}

.about-svc-image {
text-align: center;
}

.about-svc-image img {
	max-width: 600px;
	width: 100%;
	margin-inline: auto;
	border-radius: 5px;
	box-shadow: 2px 2px 6px #00000061;
	margin-bottom: 45px;
}

.product-wrapper {
	width: 180px;
	background: var(--accent-color);
	border-radius: 50%;
	text-align: center;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--yellow-color);
	border: 4px solid #000;
}

.product-wrapper p {
	font-size: 24px;
	color: var(--yellow-color);
}

.windows-content {
	padding-bottom: 160px;
}

.inspection-content {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.85) 100%), url(/imageserver/UserMedia/northern/np-about-banner.jpg);
	background-size: cover;
	background-position: center 25%;
	background-repeat: no-repeat;
	color: #fff;
}

.inspection-content .products-list{
	top: -130px;
	position: relative;
	margin-bottom: -80px;
}

/* COMMUNITY INVOLVEMENT */
.about-com {
    padding: 75px 0;
    background-color: #fafafa;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
    column-gap: 150px;
    row-gap: 40px;
}

.about-com-content {
    width: 700px;
    max-width: 90vw;
}

.about-com-video-wrap {
    width: 500px;
    height: auto;
    max-width: 80vw;
    position: relative;
}

.about-com video {
    height: 100%;
    width: 100%;
}

.about-com-video-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40%;
    height: 40%;
    border-top: double 8px var(--accent-color);
    border-left: double 8px var(--accent-color);
}

.about-com-video-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40%;
    height: 40%;
    border-top: double 8px var(--accent-color);
    border-right: double 8px var(--accent-color);
}