.elementor-kit-213{--e-global-color-primary:#216974;--e-global-color-secondary:#0A4049;--e-global-color-text:#000000CC;--e-global-color-accent:#E09453;--e-global-color-5aa77e1:#FFFFFF;--e-global-color-514903e:#000000;--e-global-color-1fd78a9:#2D3035;--e-global-color-75aa533:#F2F0F0;--e-global-typography-primary-font-family:"Ropa Sans";--e-global-typography-primary-font-size:100px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Ropa Sans";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Ropa Sans";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Ropa Sans";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:500;--e-global-typography-bda5c47-font-family:"Ropa Sans";--e-global-typography-bda5c47-font-size:40px;}.elementor-kit-213 e-page-transition{background-color:#FFBC7D;}.elementor-kit-213 a{color:var( --e-global-color-accent );}.elementor-kit-213 a:hover{text-decoration:underline;}.elementor-kit-213 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-213 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-213 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-213 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-213{--e-global-typography-primary-font-size:50px;--e-global-typography-secondary-font-size:40px;}.elementor-kit-213 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-213 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style the table with class 'job_description' */
.job_description {
  background-color: white; /* Set the background color to white */
  width: 100%; /* Optional: Set the width of the table to fill the container */
  border-collapse: collapse; /* Collapse borders to avoid double borders */
}

/* Style the table rows */
.job_description tr {
  border-bottom: 1px solid #ececec; /* 1px bottom border with color #ececec */
}

/* Style the table cells */
.job_description td,
.job_description th {
  padding: 8px; /* Add some padding to the cells */
  text-align: left; /* Align text to the left */
}

/* Optional: Style the header row */
.job_description th {
  background-color: #f2f2f2; /* Set a different background color for headers */
  color: black; /* Set the text color for headers */
}

/* Optional: Add a hover effect to rows */
.job_description tr:hover {
  background-color: #f5f5f5; /* Change row background on hover */
}/* End custom CSS */