.agreement-list {
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.07);
    border-radius: 16px;
    overflow: hidden;
    margin-right: 25px;
    margin-left: 25px;
}

.agreement-item {
    padding: 16px 20px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.agreement-item:last-child {
    border-bottom: none;
}

.agreement-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 40px 40px 40px;
}

.agreement-text h3 {
    font-size: 15px;
    margin-top: 16px;
    opacity: 0.9;
}

.agreement-text p {
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.6;
}