.summation {
    background: #e3f2fd;
    padding: 20px; margin-bottom: 20px;
    border-radius: 8px;
}
.summation h4 {
    margin-bottom: 20px;
    font-weight: 550;
    text-align: center;
}
.summation .detail {
    font-size: 1rem;
    font-weight: 500;
    line-height: 190%;
}

.title {
    border-bottom: 2px solid #eee;
    margin-bottom: 10px; padding-bottom: 10px;
    display: flex;
}

.privacy, .terms { line-height: 170%; }
.privacy h5, .terms h5 {
    margin-top: 2rem; margin-bottom: 1rem;
    font-weight: 550;
}
.privacy p, .terms p { line-height: 180%; }
.company { width: 500px; }
.company2 { width: 300px; }