.CommonTextComponent {
  padding: 3rem 0 1rem;
  font-size: 1.2rem;
  color: #7b7b7c;
}
.CommonTextComponent h3 > i {
  color: #8abc44;
  font-style: normal;
}
.CommonTextComponent.isDark {
  color: #7b7b7c;
}
.CommonTextComponent table {
  width: 100%;
}
.CommonTextComponent .table {
  width: 100%;
}
.CommonTextComponent .table tbody > tr:first-child {
  background-color: transparent !important;
}
.CommonTextComponent .table tbody > tr:first-child > td {
  color: #f4f4f4;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
}
.CommonTextComponent .table tbody > tr > td {
  border: 0;
  min-width: 5rem;
  vertical-align: middle;
}
.CommonTextComponent .table tbody > tr > td figure {
  margin: 0;
}
@media (max-width: 575px) {
  .CommonTextComponent .table tbody > tr > td {
    width: 49%;
    display: inline-block;
  }
}
.CommonTextComponent.isDark .table tbody > tr:first-child > td {
  color: #FFFFFF;
}
.CommonTextComponent.isDark .table tbody > tr > td {
  color: #FFFFFF;
}
