.page-template-template-modules .page-section,
.post-type-archive-room .page-section,
.single-room .page-section,
.post-type-archive-experience .page-section,
.single-experience .page-section,
.single .page-section {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: fit-content;
    background-color: var(--background-color);
    z-index: var(--z-index);
}