<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.whistle-blower-info {
  background: #f4f4f4;
  margin-bottom: 2rem;
}
.whistle-blower-info .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whistle-blower-info .this-pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  max-width: 250px;
}
.whistle-blower-info .this-pic img {
  display: block;
  width: 100%;
  max-width: inherit !important;
}
.whistle-blower-info .desc-box {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.whistle-blower-info h5.the-title {
  color: #333;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
.whistle-blower-info p {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 20px;
}
.whistle-blower-info ul li {
  position: relative;
  line-height: 30px;
  color: #333333;
}
.whistle-blower-info ul li a {
  text-decoration: underline;
}
.whistle-blower-info ul li &gt; span {
  color: #00a0e9;
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .whistle-blower-info .this-pic {
    display: none;
  }
  .whistle-blower-info .desc-box {
    padding: 20px;
  }
}</pre></body></html>