.body-content {
    max-width: 1150px;
    margin: 0 auto;
    background-image: none;
}

.policies-text {
    background-image: url(../images/home-background-top.png), url(../images/home-background-bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-origin: padding-box, padding-box;
    background-size: contain, contain;
    background-position: top, bottom;
    position: relative;
    height: 100%;
}

.container.container-ver2 {
    max-width: 970px;
    padding: 0 15px;
}

.note-words {
    font-style: italic;
    font-family: 'Didot';
    font-size: 15px;
    color: #000;
}

.policies-title {
    font-size: 36px;
    text-align: center;
}

.sub-title {
    font-size: 22px;
    color: rgb(53, 53, 53);
    text-align: left;
    line-height: 25px;
    margin-bottom: 10px;
}

.policies-words {
    font-size: 14px;
    color: rgb(53, 53, 53);
    text-align: left;
}

.policies-content {
    margin-top: 40px;
}

.ul-class, .ul-class2, .ul-class3 { 
    font-size: 14px;
    color: rgb(53, 53, 53);
    text-align: left;
    margin-left: 40px;
}

.ul-class li {
    list-style-type: disc;
}

.ul-class2 li {
    list-style-type: decimal;
}

.ul-class3 li {
    list-style-type: circle;
}

.return-to {
    font-family: 'Didot';
    font-size: 16px;
    text-align: center;
}

