main.policy {
    width: 710px;
    float: left;
    line-height: 1.8;
}

.policy__content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    padding: 30px;
}

.policy__text {
    margin-top: 0;
    margin-bottom: 20px;
}
.policy__text:last-child {
    margin-bottom: 0;
}

.policy__intro {
    margin-bottom: 50px;
}

.policy__section {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #fcfcfc;
    border-radius: 8px;
    border: 1px solid #eee;
}

.policy__section-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: #222;
}

.policy__list {
    margin: 0 0 20px;
    padding-left: 12px;
}

.policy__item {
    margin-bottom: 10px;
}
.policy__item:last-child {
    margin-bottom: 0;
}

.policy__conclusion {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dashed #ccc;
}

.policy__signature {
    text-align: right;
    font-weight: bold;
    margin-top: 30px;
}
