.section-benefits-table-block {
  background-color: #FAF4F4;
  padding: 80px 15px; }
  .section-benefits-table-block .benefits-table-wrapper {
    max-width: 790px;
    width: 100%;
    margin: auto; }
    .section-benefits-table-block .benefits-table-wrapper h2 {
      color: #1E1D1C;
      margin: 0;
      font-size: 35px;
      font-weight: 700;
      line-height: 53px; }
    .section-benefits-table-block .benefits-table-wrapper .content {
      color: #262626;
      margin: 30px 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px; }
    .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile {
      display: none; }
      .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile {
        margin-bottom: 14px; }
        .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile:last-child {
          margin-bottom: 0; }
        .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab {
          width: 100%;
          background-color: #023047;
          color: #FFFFFF;
          border: 1px solid #023047;
          border-radius: 10px;
          padding: 10px;
          position: relative;
          text-align: center;
          cursor: pointer; }
          .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab.active {
            background-color: #FFFFFF;
            color: #262626;
            border-radius: 10px 10px 0px 0px; }
            .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab.active .icon {
              transform: translateY(-50%) rotate(180deg); }
              .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab.active .icon path {
                fill: #262626; }
          .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab .icon {
            width: 16px;
            height: 9px;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%); }
            .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab .icon path {
              fill: #FFFFFF; }
        .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab-content {
          background-color: #FFFFFF;
          color: #262626;
          margin: 0;
          border: 1px solid #023047;
          border-radius: 0px 0px 10px 10px;
          padding: 16.12px 17px;
          display: none;
          font-size: 14px;
          font-weight: 400;
          line-height: 24px; }
          .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder-mobile .tab-item-mobile .tab-content.active {
            display: block; }
    .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder {
      display: flex;
      gap: 14px; }
      .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder .tab {
        min-width: 129px;
        background-color: #023047;
        color: #FFFFFF;
        margin-bottom: -1px;
        border: 1px solid #023047;
        border-radius: 10px 10px 0px 0px;
        padding: 10px 35px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
        cursor: pointer; }
        .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-holder .tab.active {
          background-color: #FFFFFF;
          color: #262626; }
    .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-content-holder {
      background-color: #FFFFFF;
      color: #262626;
      border: 1px solid #023047;
      border-radius: 0px 0px 10px 10px;
      padding: 35px 40px;
      padding-left: 45px;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }
      .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-content-holder .tab-content {
        margin: 0;
        display: none; }
        .section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-content-holder .tab-content.active {
          display: block; }

@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .section-benefits-table-block .tabs-wrapper .tabs-holder-mobile {
    display: block !important; }
  .section-benefits-table-block .tabs-wrapper .tabs-holder,
  .section-benefits-table-block .tabs-wrapper .tabs-content-holder {
    display: none !important; } }
@media only screen and (max-width: 600px) {
  .section-benefits-table-block .tabs-wrapper .tabs-holder-mobile {
    display: block !important; }
  .section-benefits-table-block .tabs-wrapper .tabs-holder,
  .section-benefits-table-block .tabs-wrapper .tabs-content-holder {
    display: none !important; } }
.section-benefits-table-block .benefits-table-wrapper .content p a {
  color: #C93964; }

.section-benefits-table-block .benefits-table-wrapper .tabs-wrapper .tabs-content-holder .tab-content p a {
  color: #C93964; }
