.fluid-image
{
width: auto; //instead of 100%
}

.community-section-mediaText .lyt-small-media .media-image {
    width: auto;  //instead of 360px
}


@media only screen and (min-width: 1200px) {
    .bs-container {
        max-width: 920px !important;	//instead of 1280
        --container-left-margin: 300px !important;	//instead of auto
        --container-right-margin: 300px !important;	//instead of auto
    }
}


.community-section-footer .background-layer {
    background: #008270; //instead of #000
}

.bs-timeline .timeline-item {
    background: #f2f2f2; //instead of #fff
}

.bs-timeline .timeline-item {
    display: flex;
    border-bottom: 1px solid
 color-mix(in srgb, #a39f9f, var(--uls-contrast-color) var(--uls-contrast-intensity-40)); //#a39f9f instead of #fff
}


.page-container {
background-image: url('https://us-previewenginepublic.nimbuspop.com/image/BACKSTAGE/215951000000122158?cli-msg=eyJtb2R1bGUiOiJFdmVudEltYWdlUmVzb3VyY2UiLCJ0eXBlIjowLCJwb3J0YWxJZCI6IjkxNDgxOTg1OCIsInN1YlJlc291cmNlSWQiOiI5MTQ4MTk4NTgiLCJpZCI6IjIxNTk1MTAwMDAwMDEyMjE1OCIsInRrIjoiZjAyYzg1OGUwNDY3OTQ1NDQzYTVjZDEyMTE1ZjM0NzIzYzJiYzU4MGFjYjhmOGQ3ZDRhM2VkMDQ4YTgxYzI4MjY1MDYyMDU0NGNlZTYxODQ5ZjNhMjM0ZGIyNmI1OWQ3NzliODZmZDQ4NjYyOGIyZWJkYTZkYzRhOTU1MTA0OTgifQ==');
opacity:1;
background-size:  auto;
background-repeat:  no-repeat;
background-position:  top right;
}