.bg_return {
    position: relative;
    /* Makes the section the parent for the pseudo-element */
    background-image: url('https://diamondrensu.com/cdn/shop/articles/b046a639941765014fa05a77995c4a0f.jpg?v=1707167029');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bg_return::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 29, 29, 0.5);
    z-index: 1;
}

.bg_return h2 {
    position: relative;
    color: white;
    font-size: 30px;
    z-index: 2;
    text-align: center;
}

.return_p {
    letter-spacing: 0.3px;
    word-spacing: 1px;
    font-size: 14px;
}

.elementor-widget-container {
    margin: 0px 0px 30px 0px;
}

.elementor-menu-container {
    margin: 0px 0px 30px 30px;
}

.elementor-heading-title {
    color: var(--color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.elementor-menu-title {
    color: var(--color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.table-container {
    margin: 20px;
    /* border: 1px solid #e0e0e0; */
    /* border-radius: 0px; */
    overflow: hidden;
    width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.styled-table thead th {
    background-color: #e7f3ff;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    /* border: 1px solid #d1d5db; */
}

.styled-table tbody td {
    padding: 10px;
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    font-weight: 500;
    width: 100px;
}

.list_style {
    list-style-type: circle;
}

.list_style1 {
    list-style-type: square;
}

@media(max-width:1440px) {
    .table-container {
        width: 100% !important;
    }
}

@media(max-width:375px) {
    .styled-table tbody td {
        font-size: 11px !important;
    }
}