.sksCom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  font-size: 24px;
}
.sksCom > img {
  margin: 3rem 0rem;
  width: 300px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.sksCom > table {
  width: 90%;
  margin-top: 1rem;
  padding-bottom: 3rem;
}
.sksCom > table > tbody > tr > td {
  padding: 2rem 1.5rem;
  vertical-align: top;
  border-bottom: 3px dotted #333333;
}
.sksCom > table > tbody > tr > td > span {
  display: inline-flex;
}
.sksCom > table > tbody > tr > td:first-of-type {
  white-space: nowrap;
}
.sksCom > table > tbody > tr > td:first-of-type > br {
  display: none;
}
.sksCom > table > tbody > tr:first-of-type > td {
  border-top: 3px dotted #333333;
}
.sksCom > table > tbody > tr:first-of-type > td > span:first-of-type {
  font-weight: bold;
}
.sksCom > table > tbody > tr:nth-of-type(3) > td > span:first-of-type {
  font-weight: bold;
}
.sksCom > table > tbody > tr:nth-of-type(5) > td > span {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sksCom > table > tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .sksCom > table > tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .sksCom > table > tbody > tr > td:first-of-type {
    vertical-align: middle;
    line-height: 1.3rem;
    text-align: center;
  }
  .sksCom > table > tbody > tr > td:first-of-type > br {
    display: inline-block;
  }
  .sksCom > table > tbody > tr > td:last-of-type {
    vertical-align: middle;
  }
  .sksCom > table > tbody > tr:nth-of-type(3) > td:last-of-type > br:nth-of-type(2n) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sksCom {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .sksCom {
    padding-bottom: 2rem;
    font-size: 16px;
  }
  .sksCom > img {
    margin: 2rem 0rem;
  }
  .sksCom > table {
    width: 96%;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}