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

.siding-section {
	text-align: center;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
background-attachment: none;
}

.siding-row {
    align-items: center;
flex-wrap: wrap-reverse;
}

.siding-section h2 {
    font-weight: 600;
    text-align: center;
    margin-inline: auto;
}

.siding-section p {
    max-width: 97ch;
    width: 100%;
    margin: auto;
}

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

.siding-image img {
    max-width: 680px;
    width: 98%;
    margin-inline: auto;
}

.siding-text p {
    text-align: left;
    line-height: 1.6;
    padding: 12px 10px;
    border-radius: 8px;
    font-weight: 500;
    margin: 25px auto 5px;
}