﻿.standard-content-wrap {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 6.666666%;
}

.full-rte {
    float: left;
    width: 100%;
}

.dynamic-content-structure p img {
    float: none;
    margin: 0 10px 20px 0;
}

.dynamic-content-structure ul {
    list-style-type: none;
}

.dynamic-content-structure ul li {
    position: relative;
    padding-left: 26px;
    line-height: 1.56rem;
    list-style-type: none;
}

.dynamic-content-structure ul li:before {
    content: "\e944";
    margin-right: 10px;
    font-family: 'Linearicons';
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1023px) {
    .standard-content-wrap {
        padding: 0;
    }
}