
@media only screen and (min-width: 0rem) {

    #stairs {
        padding: var(--sectionPadding);
        background-color: var(--tertiary);
        overflow: hidden;
        position: relative;
    }

    #stairs .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #stairs .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #stairs .cs-topper {
        color: var(--secondary);
    }

    #stairs .cs-title {
        color: var(--primary);
    }

    #stairs .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--primary);
    }

    #stairs .cs-text {
        margin-bottom: 0.75rem;
        color: var(--primary);
    }

    #stairs .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #stairs .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--tertiary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #stairs .cs-button-solid:hover {
        color: var(--tertiary);
    }

    #stairs .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--secondary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #stairs .cs-button-solid:hover:before {
        width: 100%;
    }

    #stairs .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--primary);
    }

    #stairs .cs-picture {
        flex: 1;
    }

    #stairs .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #stairs .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #stairs .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #stairs .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #stairs .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #wardrobes {
        padding: var(--sectionPadding);
        background-color: var(--primary);
        overflow: hidden;
        position: relative;
    }

    #wardrobes .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #wardrobes .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #wardrobes .cs-topper {
        color: var(--secondary);
    }

    #wardrobes .cs-title {
        color: var(--tertiary);
    }

    #wardrobes .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--tertiary);
    }

    #wardrobes .cs-text {
        margin-bottom: 0.75rem;
        color: var(--tertiary);
    }

    #wardrobes .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #wardrobes .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--tertiary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--secondary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #wardrobes .cs-button-solid:hover {
        color: var(--primary);
    }

    #wardrobes .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--tertiary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #wardrobes .cs-button-solid:hover:before {
        width: 100%;
    }

    #wardrobes .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--tertiary);
    }

    #wardrobes .cs-picture {
        flex: 1;
    }

    #wardrobes .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #wardrobes .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #wardrobes .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #wardrobes .cs-picture {
        order: 1;
    }

    #wardrobes .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #wardrobes .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #storage {
        padding: var(--sectionPadding);
        background-color: var(--tertiary);
        overflow: hidden;
        position: relative;
    }

    #storage .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #storage .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #storage .cs-topper {
        color: var(--secondary);
    }

    #storage .cs-title {
        color: var(--primary);
    }

    #storage .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--primary);
    }

    #storage .cs-text {
        margin-bottom: 0.75rem;
        color: var(--primary);
    }

    #storage .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #storage .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--tertiary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #storage .cs-button-solid:hover {
        color: var(--tertiary);
    }

    #storage .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--secondary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #storage .cs-button-solid:hover:before {
        width: 100%;
    }

    #storage .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--primary);
    }

    #storage .cs-picture {
        flex: 1;
    }

    #storage .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #storage .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #storage .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #storage .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #storage .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #joinery {
        padding: var(--sectionPadding);
        background-color: var(--secondary);
        overflow: hidden;
        position: relative;
    }

    #joinery .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #joinery .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #joinery .cs-topper {
        color: var(--primary);
    }

    #joinery .cs-title {
        color: var(--tertiary);
    }

    #joinery .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--tertiary);
    }

    #joinery .cs-text {
        margin-bottom: 0.75rem;
        color: var(--tertiary);
    }

    #joinery .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #joinery .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--primary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--tertiary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #joinery .cs-button-solid:hover {
        color: var(--tertiary);
    }

    #joinery .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--primary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #joinery .cs-button-solid:hover:before {
        width: 100%;
    }

    #joinery .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--tertiary);
    }

    #joinery .cs-picture {
        flex: 1;
    }

    #joinery .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #joinery .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #joinery .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #joinery .cs-picture {
        order: 1;
    }

    #joinery .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #joinery .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #media {
        padding: var(--sectionPadding);
        background-color: var(--tertiary);
        overflow: hidden;
        position: relative;
    }

    #media .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #media .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #media .cs-topper {
        color: var(--secondary);
    }

    #media .cs-title {
        color: var(--primary);
    }

    #media .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--primary);
    }

    #media .cs-text {
        margin-bottom: 0.75rem;
        color: var(--primary);
    }

    #media .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #media .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--tertiary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #media .cs-button-solid:hover {
        color: var(--tertiary);
    }

    #media .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--secondary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #media .cs-button-solid:hover:before {
        width: 100%;
    }

    #media .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--primary);
    }

    #media .cs-picture {
        flex: 1;
    }

    #media .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #media .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #media .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #media .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #media .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #first {
        padding: var(--sectionPadding);
        background-color: var(--primary);
        overflow: hidden;
        position: relative;
    }

    #first .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #first .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #first .cs-topper {
        color: var(--secondary);
    }

    #first .cs-title {
        color: var(--tertiary);
    }

    #first .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--tertiary);
    }

    #first .cs-text {
        margin-bottom: 0.75rem;
        color: var(--tertiary);
    }

    #first .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #first .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--tertiary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--secondary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #first .cs-button-solid:hover {
        color: var(--primary);
    }

    #first .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--tertiary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #first .cs-button-solid:hover:before {
        width: 100%;
    }

    #first .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--tertiary);
    }

    #first .cs-picture {
        flex: 1;
    }

    #first .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #first .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #first .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #first .cs-picture {
        order: 1;
    }

    #first .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #first .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #second {
        padding: var(--sectionPadding);
        background-color: var(--tertiary);
        overflow: hidden;
        position: relative;
    }

    #second .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #second .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #second .cs-topper {
        color: var(--secondary);
    }

    #second .cs-title {
        color: var(--primary);
    }

    #second .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--primary);
    }

    #second .cs-text {
        margin-bottom: 0.75rem;
        color: var(--primary);
    }

    #second .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #second .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--tertiary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #second .cs-button-solid:hover {
        color: var(--tertiary);
    }

    #second .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--secondary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #second .cs-button-solid:hover:before {
        width: 100%;
    }

    #second .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--primary);
    }

    #second .cs-picture {
        flex: 1;
    }

    #second .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #second .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #second .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #second .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #second .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #doors {
        padding: var(--sectionPadding);
        background-color: var(--secondary);
        overflow: hidden;
        position: relative;
    }

    #doors .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #doors .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #doors .cs-topper {
        color: var(--primary);
    }

    #doors .cs-title {
        color: var(--tertiary);
    }

    #doors .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--tertiary);
    }

    #doors .cs-text {
        margin-bottom: 0.75rem;
        color: var(--tertiary);
    }

    #doors .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #doors .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--primary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--tertiary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #doors .cs-button-solid:hover {
        color: var(--tertiary);
    }

    #doors .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--primary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #doors .cs-button-solid:hover:before {
        width: 100%;
    }

    #doors .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--tertiary);
    }

    #doors .cs-picture {
        flex: 1;
    }

    #doors .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #doors .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #doors .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #doors .cs-picture {
        order: 1;
    }

    #doors .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #doors .cs-content {
        padding: 2.5rem 0;
    }

}

@media only screen and (min-width: 0rem) {

    #floors {
        padding: var(--sectionPadding);
        background-color: var(--tertiary);
        overflow: hidden;
        position: relative;
    }

    #floors .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #floors .cs-content {
        text-align: left;
        width: 100%;
        max-width: 38.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #floors .cs-topper {
        color: var(--secondary);
    }

    #floors .cs-title {
        color: var(--primary);
    }

    #floors .cs-heading {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: var(--primary);
    }

    #floors .cs-text {
        margin-bottom: 0.75rem;
        color: var(--primary);
    }

    #floors .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }

    #floors .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--tertiary);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #floors .cs-button-solid:hover {
        color: var(--tertiary);
    }

    #floors .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background-color: var(--secondary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #floors .cs-button-solid:hover:before {
        width: 100%;
    }

    #floors .cs-h3 {
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0 0 1rem 0;
        color: var(--primary);
    }

    #floors .cs-picture {
        flex: 1;
    }

    #floors .cs-picture {
        width: 100%;
        min-height: 22.625rem;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

    #floors .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 48rem) {

    #floors .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }

    #floors .cs-content {
        width: 48vw;
    }

}

@media only screen and (min-width: 64rem) {

    #floors .cs-content {
        padding: 2.5rem 0;
    }

}