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

.interior-banner {
	margin-bottom: 0px;
}

.reverse-wrap {
flex-wrap: wrap-reverse;
}

.interior-overview-container {
	padding: 40px 15px;
	margin: 0px auto;
}

.why-metal-section {
background: #fafafa;
}

.svc-list {
	display: flex;
	flex-flow: row wrap;
	gap: 40px;
	padding: 20px;
	align-items: stretch;
	justify-items: stretch;
}

.svc-item {
    width: 31.333%;
    max-width: 800px;
    background: #fff;
    margin-inline: auto;
    padding: 20px 3%;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.svc-item h3 {
text-align: center;
}

.svc-item .material-symbols-outlined {
	font-size: 30px;
	vertical-align: middle;
	color: var(--accent-color);
	background: #f0f0f0;
	padding: 5px;
	border-radius: 50%;
}

.svc-text p {
    font-size: .9em;
}

.svc-image {
    text-align: center;
    margin: auto;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.svc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svc-global {
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 40%, rgba(255, 255, 255, 0.952) 50% 100%), url(/imageserver/UserMedia/pelzer/metal-bg003.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
margin: 0px auto;
padding: 40px 15px;
}

.metal-port {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    background-color: #fafafa;
}

.metal-port h3 {
    margin: 0 0 10px 0;
    font-size: 2rem;
    text-align: center;
}

.metal-port p {
    margin: 0 0 40px 0;
    text-align: center;
}

.metal-port-image-row {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 60px;
    margin-bottom: 50px;
}


.metal-port-image-wrap {
    width: 400px;
    height: 300px;
    overflow: hidden;
    box-shadow: 10px 10px 0px 0px var(--accent-color);
    transition: all 0.3s linear;
}

.metal-port-image-wrap:hover {
    transform: translate(10px, 10px);
    box-shadow: none;
}

.metal-port-image-wrap img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.metal-port .site_button {
    font-size: 1.5rem;
}

.metal-port .highlight {
    color: var(--accent-color);
}

@media (max-width: 1300px) {
.svc-item {
    width: 47.333%;
)
}

@media (max-width: 981px) {
.svc-item {
	width: 98.333%;
	max-width: 650px;
}
}