.cms-page-view .columns .column.main ul li:before, 
.cms-page-view .columns .column.main ol li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.50rem;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0;
    border-radius: 50%;
    background-color: #20bbef;
}
.cms-page-view .columns .column.main ul li, 
.cms-page-view .columns .column.main ol li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.cms-page-view .columns ul {
    margin-bottom:15px;
}

.cms-page-view .columns ul li {
    margin-bottom:15px;
}
.cms-page-view td {
    padding-bottom: 10px;
}
.cms-page-view td[align='right'] {
    padding-right: 10px;
}
.cms-page-view [data-content-type=row][data-appearance=contained] {
    padding-left:0;
    padding-right:0;
}

.cms-page-view h3,
.cms-page-view h4 {
    margin-bottom: 15px;
    font-weight:600;
}

.cms-page-view .column.main img {
    margin-bottom:15px;
}

.cms-washroom-visualiser #maincontent iframe {
    min-height:100vh;
}

h1, .h1 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 32px;
    margin-top: 0rem;
    margin-bottom: 2.6rem;
}

h2, .h2 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 26px;
    margin-top: 3.25rem;
    margin-bottom: 2.6rem;
}

h3 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 20px;
    margin-top: 1.95rem;
    margin-bottom: 20px;
}

div[data-content-type='banner'] {
    padding: 0;
}