.elementor-31253 .elementor-element.elementor-element-63a0aa8 > .elementor-container{max-width:1180px;}.elementor-31253 .elementor-element.elementor-element-63a0aa8{margin-top:30px;margin-bottom:30px;}.elementor-31253 .elementor-element.elementor-element-2103480 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-31253 .elementor-element.elementor-element-a80dd56{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-31253 .elementor-element.elementor-element-63a0aa8{padding:0px 20px 0px 20px;}}@media(max-width:767px){.elementor-31253 .elementor-element.elementor-element-63a0aa8{margin-top:10px;margin-bottom:20px;padding:0px 10px 0px 10px;}}/* Start custom CSS for text-editor, class: .elementor-element-aa646fd */.sish-tb-style1 {
    border-radius: 25px;
    border: 3px solid red;
    width: 102% !important;
}

.sish-tb-style1 table {
    border-collapse: separate;
    margin: 0;
}

.sish-tb-style1 table tr:nth-child(odd)>th {
    background-color: #E4002B;
}

.sish-tb-style1 table tr:nth-child(odd)>th:not(:last-child) {
    border-right: 3px solid #fff !important;
}

.sish-tb-style1 table tr td:nth-child(odd), .sish-tb-style1 table tr td:nth-child(2) {
    border-right: 3px solid #E4002B !important;
}

.sish-tb-style1 table tr:not(:last-child) td {
    border-bottom: 3px solid #E4002B !important;
}

.sish-tb-style1 table tr:nth-child(1) {
    text-wrap-mode: nowrap;
}

.sish-tb-style1 table tr td:last-child {
    text-wrap: auto;
}

.place-center {
    place-content: center;
}/* End custom CSS */
/* Start custom CSS */table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid black;
            padding: 10px;
            text-align: left;
        }
        th {
            background-color: red;
            color: white;
        }
        th:first-child {
            border-top-left-radius: 15px;
        }
        th:last-child {
            border-top-right-radius: 15px;
        }/* End custom CSS */