.layout-overview {
    text-align: left;
}
.LANG-sa .layout-overview {
    text-align: right;
}

.layout-overview .txtbox {
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
}

.layout-overview .txtbox span {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
}

.layout-overview .txtbox span:after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #999;
}

.layout-overview .txtbox p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #666;
}

.layout-overview .txtbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    padding-bottom: 10px;
    color: #333;
    text-align: left;
}

.layout-overview .txtbox strong {
    color: #333;
    margin-top: 5px;
    display: inline-block;
}

.layout-overview .txtbox ul {
    margin-bottom: 20px;
}

.layout-overview .txtbox ul li {
    line-height: 1.75;
    position: relative;
    padding: 0 0 0 25px;
    color: #666;
    width: 100%;
    float: none;
}

.layout-overview .txtbox ul li:after {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 100%;
    background: #999;
}

@media (max-width:750px) {
    .layout-overview .txtbox {
        padding-top: 5px;
    }
    .layout-overview .txtbox p {
        font-size: 14px;
        line-height: 1.57;
        padding-top: 10px;
        color: #666;
        margin-bottom: 0;
    }
}