.CommonTextComponent {
  padding: 5rem 0 1rem;
  font-size: 1.2rem; }
  .CommonTextComponent.isDark {
    color: #ffffff; }
  .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: #088fbc;
        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: #f7f7f7; }
  .CommonTextComponent.isDark .table tbody > tr > td {
    color: #f7f7f7; }

