.TABLON_01 {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: white; }
  .TABLON_01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 1.5rem 0; }
    .TABLON_01__item:first-of-type {
      margin-top: 3rem; }
    @media (min-width: 62em) {
      .TABLON_01__item {
        max-width: 850px; } }
  .TABLON_01__icon {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 1.125rem; }
  .TABLON_01__content {
    max-width: 850px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500; }
    .TABLON_01__content h2 {
      font-size: 23px;
      font-weight: 500; }