table {
  font-size: 14px;
  background-color: #FFFFFF;
  width:100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}

table th {
  width: 25%;
}

table th, table td {
  border: 1px solid #DEDEDE;
  padding: 25px 40px;
  vertical-align: top;
  text-align: start;
}

table th.important {
  background-color: #eff6e6;
}

ul.portal-circle {
  list-style: none;
  padding-left: 40px;
  font-family: "Open Sans", sans-serif;
}

ul.portal-circle li {
  margin: 0 0 2px 0;
  position: relative;
}

ul.portal-circle li:before {
  content: "";
  border: 5px var(--portal-main-color) solid !important;
  border-radius: 50px;
  line-height: 21px;
  margin-left: -20px;
  position: absolute;
  top: 7px;
}

@media only screen and (max-width: 959px) {
  table th {
    width: 50%;
  }

  ul.portal-circle {
    padding-left: 20px;
  }
}
