#sigle .sigle_conts figure.wp-block-table.experience-table {
  margin-top: 30px;
  margin-bottom: 30px;
}

#sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: #fff;
  border: 2px solid #333;
}

#sigle .sigle_conts figure.wp-block-table.experience-table tr:nth-child(odd) {
  background: #fafafa;
}

#sigle .sigle_conts figure.wp-block-table.experience-table td {
  border: 1px solid #999 !important;
  padding: 14px 16px !important;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
  color: #272724;
  letter-spacing: .05em;
  word-break: break-word;
}

#sigle .sigle_conts figure.wp-block-table.experience-table td:nth-of-type(1) {
  width: 180px !important;
  background: #f0f0f0;
  font-weight: 700;
  border-right: 2px solid #666 !important;
}

#sigle .sigle_conts figure.wp-block-table.experience-table td:nth-of-type(2) {
  width: auto !important;
}

#sigle .sigle_conts figure.wp-block-table.experience-table a {
  text-decoration: underline;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout,
  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout tbody,
  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout tr,
  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout td {
    display: block !important;
    width: 100% !important;
  }

  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout {
    border: none !important;
    background: transparent;
  }

  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout tr {
    margin-bottom: 16px;
    border: 2px solid #333 !important;
    background: #fff !important;
  }

  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout td {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 12px 14px !important;
    font-size: 14px;
  }

  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout td:nth-of-type(1) {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 2px solid #666 !important;
    background: #f0f0f0 !important;
  }

  #sigle .sigle_conts figure.wp-block-table.experience-table table.has-fixed-layout td:last-child {
    border-bottom: none !important;
  }
}