/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ block
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/


.block__lv2>*:not(:last-child) {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}


/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ table
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.serviceTable {
    width: 100%;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.serviceTable th,
.serviceTable td {
    padding: 10px 0;
    border-bottom: 1px solid #909090;
    text-align: center;
    font-weight: bold;
}

  table {
    border-collapse: collapse;
    border-spacing: 0;
}


  .serviceTable tr>* {
    font-size: 13px;
  }
  
  .table1 {
    width: 34%;

  }
  
  .table2 {
    background-color: #f3f5fa;
    width: 18%;
  }
  
  .table3 {
    width: 24%;
    color: #303030;
    letter-spacing: -0.2px;
    background-color: rgba(12, 65, 154, .2)
  }
  
  .table4 {
    width: 24%;
    color: #fff;
    letter-spacing: -0.2px;
    background-color: #0c419a
  }
  
  .table1b {
    width: 22%;

  }

  .table2b {
    width: 16%;
    background-color: #fbfbfb;
  }
  
  .table3b {
    background-color: #f3f5fa;
    width: 16%;
  }
  
  .table4b {
    width: 23%;
    color: #303030;
    letter-spacing: -0.2px;
    background-color: rgba(12, 65, 154, .2)
  }
  
  .table5b {
    width: 23%;
    color: #fff;
    letter-spacing: -0.2px;
    background-color: #0c419a
  }

  .table3l {
    width: 24%;
    color: #303030;
    letter-spacing: -0.2px;
    background-color: rgba(84, 200, 84, 0.2)
  }

  .table4bl {
    width: 23%;
    color: #303030;
    letter-spacing: -0.2px;
    background-color: rgba(84, 200, 84, 0.2)
  }


  .serviceTable tbody td {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px
  }
  
  .serviceTable tbody td:last-child {
    white-space: nowrap
  }
  
  .about__article {
    display: flex;
    flex-direction: column;
    gap: 40px
  }

