.legal-section{
    padding: 15px;
    width: 100%;
}
.bufra-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}

.section-heading {
    font-size: 1rem;
    color: #555;
    margin-top: 25px;
    margin-bottom: 10px;
}

.section-paragraph {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.section-list {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

.section-small {
    color: #555;
    font-size: 0.9rem;
}
