.p4 .grid .grid .img img {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
.p4 .grid .grid .img {
    height: 100%;
}
.grid.mirrored.last {
    height: 30em;
}
.mirrored.last.end {
    margin-bottom: 3em;
    margin-top: 0;
    margin-bottom: 0em;
    margin-top: -3em;
}
.hero .headers .header.h1 {
    margin-left: auto;
}
.p4 .grid .grid {
    min-height: 31em;
}
.p4 .grid .grid .container {
    top: 1em;
}
@media screen and (max-device-width: 1080px) {
    .page-contents-wrapper {
        padding-bottom: 0;
    }
    .mirrored.last.end .header {
        text-align: center !important;
        text-align-last: center !important;
        line-height: 1em;
        margin-bottom: 0;
    }
    .mirrored.last.end {
        margin-top: -2em !important;
        margin-bottom: 1em;
    }
    .p4 .grid .grid .img img {
        max-height: 30em;
        height: auto;
    }
}
.hero .headers .header.h1 {
    text-align: center;
    text-align-last: center;
    left: 0;
    right: 0;
    margin: auto;
}