/* -----------------------------------------

    Rug Care Page

----------------------------------------- */

h3 {
    font-size: 24px;
    line-height: 32px;
}

.textPage-Section {
    padding: 0 0 100px 16vw;
}
.textPage-Inner {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.textPage-textContainer {
    width: 90%;
    margin-top: 16em;
}
.textWrapper {
    text-transform: lowercase;
}
.textWrapper ol {
    margin: 33px 0;
}
.textPage-photoWrapper {
    width: 100%;
    height: auto;
    position: relative;
}
.textPage-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.textPage-photoWrapper-images {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.pageTitle{
    margin-top: 64px;
}