.added-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
}

.added-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 26px 23px 31px;
    -webkit-box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05) !important;
    box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05) !important;
}

.added-info__item .added-info__icon {
    font-size: 40px;
    color: #6984c2;
}

.added-info__item .added-info__icon>* {
    position: relative;
    top: 4px;
}

.added-info__item .added-info__icon+.added-info__description {
    margin-left: 20px;
}

.added-info__item .added-info__icon .icon-684847 {
    font-size: 36px;
}

.added-info__item .added-info__icon .icon-45765 {
    font-size: 43px;
}

.added-info__item .added-info__description {
    color: #7b7b7b;
}

.added-info__item .added-info__title {
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.added-info__item .added-info__title+p {
    margin-top: 0;
}

.added-info__item .added-info__title span {
    display: inline-block;
    position: relative;
}

.added-info__item .added-info__title span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #323232;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.added-info__item:hover .added-info__title {
    color: #6984c2;
}

.added-info__item:hover .added-info__title span:before {
    width: 100%;
    background-color: #6984c2;
}

@media (max-width: 1024.98px) {
    .added-info__item {
        padding: 16px 23px 17px 18px;
    }
    .added-info__item .added-info__icon {
        font-size: 29px;
    }
    .added-info__item .added-info__icon+.added-info__description {
        margin-left: 20px;
    }
    .added-info__item .added-info__icon .icon-684847 {
        font-size: 25px;
    }
    .added-info__item .added-info__icon .icon-45765 {
        font-size: 31px;
    }
    .added-info__item .added-info__title {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .added-info__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px 23px 16px 45px;
        -webkit-box-shadow: 0px 19px 40px rgba(157, 174, 185, 0.15);
        box-shadow: 0px 19px 40px rgba(157, 174, 185, 0.15);
    }
    .added-info__item .added-info__icon {
        font-size: 29px;
    }
    .added-info__item .added-info__icon .icon-684847 {
        font-size: 26px;
    }
    .added-info__item .added-info__icon .icon-45765 {
        font-size: 29px;
    }
    .added-info__item .added-info__icon+.added-info__description {
        margin-left: 12px;
    }
    .added-info__item .added-info__title {
        font-size: 16px;
        line-height: 25px;
    }
}
table {
    width: 100%; }
  
  .table-01 tr td:first-child,
  .table-01 tr th:first-child {
    width: 65%;
    padding: 9px 25px; }
  
  .table-01 tr td:last-child,
  .table-01 tr th:last-child {
    width: 35%;
    padding: 9px 25px; }
  
  .table-01 thead {
    background-color: #6984c2;
    color: #ffffff; }
    .table-01 thead th {
      font-weight: bold; }
  
  .table-01 tbody tr:nth-child(odd) {
    background-color: #f4f5f7; }
  
  .table-01 tbody tr td {
    color: #323232; }
    .table-01 tbody tr td:first-child {
      font-weight: bold; }
  
  .table-01 tbody tr.levle-02 td:first-child {
    font-weight: 400;
    color: #7b7b7b;
    padding-left: 44px; }
  
  @media (max-width: 1024.98px) {
    .table-01 tr td:first-child,
    .table-01 tr th:first-child {
      width: 60%;
      padding: 8px 10px; }
    .table-01 tr td:last-child,
    .table-01 tr th:last-child {
      width: 40%;
      padding: 8px 10px; }
    .table-01 tbody tr.levle-02 td:first-child {
      padding-left: 25px; } }
  
  @media (max-width: 767.98px) {
    .table-01 tr td:first-child,
    .table-01 tr th:first-child {
      padding: 6px 10px; }
    .table-01 tr td:last-child,
    .table-01 tr th:last-child {
      padding: 6px 10px; } }