main.terms {
    width: 710px;
    float: left;
}

.terms-body {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.terms-body__item {
    padding: 0 30px 10px 30px;
}

.terms-body__title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
}

.terms-body__text {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    color: #2e2e2e;
    margin: 0;
}