
.leon-product-reviews-qna-wrapper { 
    margin-top: 20px;
    margin-bottom: 30px;
}

.leon-product-reviews-section {
    max-width: 100%;
    box-sizing: border-box;
    margin: 100px 0px;
}
.leon-product-qna-section {
    margin-top: 20px; 
    margin-bottom: 30px; 
}

.leon-product-reviews-section:last-child, 
.leon-product-qna-section:last-child {
    margin-bottom: 0;
}

.leon-section-title {
    padding: 7px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-text-default);
    font-family: inherit;
}

