/* .review + .client-numbers {
  margin-top: 75px;
} */

.pros-cons-section {
  position: relative;
  z-index: 1;
  padding-bottom: 35px;
}

.pros-cons-section .tab-wrapper .tabs-container {
  margin: 40px 0;
}

.pros-cons-section
  .tab-wrapper
  .tabs-container
  .for-desktop
  .tab-click:not(:last-child) {
  margin: 0 20px 0 0;
}

.tab-wrapper {
  text-align: center;
  justify-content: center;
}

.tab-wrapper .tab-lists {
  gap: 60px;
  display: inline-flex;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  gap: 25px;
  padding: 0 28px;
  border-bottom: 1px solid var(--dark);
  max-width: 950px;
  width: 100%;
  justify-content: space-between;
}

.tab-wrapper .tab-link {
  text-decoration: none;
  font-size: 22px;
  color: var(--dark);
  font-weight: 700;
  line-height: 1.3;
  display: block;
  padding-bottom: 30px;
  font-family: var(--poppins);
  position: relative;
  white-space: nowrap;
}

.tab-wrapper .tab-link.current::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background-color: var(--PrimaryGreen);
  bottom: -6px;
}

.pros-cons-section .table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.pros-cons-section .table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
  border: none;
  min-width: 680px;
}

.pros-cons-section .table-wrapper table thead th {
  background: var(--dark);
  border-radius: 10px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  padding: 20px;
  color: var(--white);
}

.pros-cons-section .table-wrapper table tbody tr td {
  background: var(--LightGrey2);
  border-radius: 10px;
  color: var(--base_color);
  padding: 16px;
  text-align: left;
}

.pros-cons-section .table-wrapper table tbody tr td:not(:first-child) {
  text-align: center;
  padding: 20px;
}

.pros-cons-section .table-wrapper table tbody tr td h3 {
  color: var(--dark);
  margin: 0;
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6px;
}

.pros-cons-section .table-wrapper table tbody tr td .content,
.pros-cons-section .table-wrapper table tbody tr td .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.pros-cons-section .table-wrapper table ul {
  text-align: left;
}

@media (min-width: 768px) {
  .pros-cons-section {
    padding-bottom: 50px;
  }
  .pros-cons-section .table-wrapper table tbody tr td h3 {
    font-size: 20px;
  }
  .pros-cons-section .table-wrapper table tbody tr td {
    padding: 20px;
  }
  .pros-cons-section .table-wrapper table tbody tr td .content,
  .pros-cons-section .table-wrapper table tbody tr td .content p {
    font-size: 18px;
  }
}

@media (min-width: 1430px) {
  .pros-cons-section {
    padding-bottom: 75px;
  }
  .pros-cons-section .table-wrapper table thead th {
    font-size: 26px;
    line-height: 31px;
    padding: 24px 20px 24px 35px;
  }

  .pros-cons-section .table-wrapper table thead th:not(:first-child) {
    width: 290px;
  }

  .pros-cons-section .table-wrapper table tbody tr td {
    padding: 24px 20px 24px 35px;
  }
}

@media (min-width: 1200px) {
  .pros-cons-section .tab-wrapper .tabs-container {
    margin: 0 0 60px;
  }
}

@media (min-width: 1430px) {
  .pros-cons-section .table-wrapper table tbody tr td h3 {
    font-size: 24px;
  }
}
@media (min-width: 1660px) {
}

/* .pros-cons-section {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.pros-cons-section .tab-wrapper .tabs-container {
  margin: 40px 0;
}

.pros-cons-section
  .tab-wrapper
  .tabs-container
  .for-desktop
  .tab-click:not(:last-child) {
  margin: 0 20px 0 0;
}

.tab-wrapper {
  text-align: center;
  justify-content: center;
}

.tab-wrapper .tab-lists {
  gap: 60px;
  display: inline-flex;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  gap: 25px;
  padding: 0 28px;
  border-bottom: 1px solid var(--dark);
  max-width: 950px;
  width: 100%;
  justify-content: space-between;
}

.tab-wrapper .tab-link {
  text-decoration: none;
  font-size: 22px;
  color: var(--dark);
  font-weight: 700;
  line-height: 1.3;
  display: block;
  padding-bottom: 30px;
  font-family: var(--poppins);
  position: relative;
  white-space: nowrap;
}

.tab-wrapper .tab-link.current::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background-color: var(--PrimaryGreen);
  bottom: -6px;
}

.pros-cons-section .table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.pros-cons-section .table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
  border: none;
}

.pros-cons-section .table-wrapper table thead th {
  background: var(--dark);
  border-radius: 10px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  padding: 20px;
  color: var(--white);
}

.pros-cons-section .table-wrapper table tbody tr td {
  background: var(--LightGrey2);
  border-radius: 10px;
  color: var(--base_color);
  padding: 20px;
  text-align: left;
}

.pros-cons-section .table-wrapper table tbody tr td:not(:first-child) {
  text-align: center;
  padding: 20px;
}

.pros-cons-section .table-wrapper table tbody tr td h3 {
  color: var(--dark);
  margin: 0;
  font-family: var(--poppins);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.pros-cons-section .table-wrapper table tbody tr td .content,
.pros-cons-section .table-wrapper table tbody tr td .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.pros-cons-section .table-wrapper table ul {
  text-align: left;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .pros-cons-section .table-wrapper table thead th {
    font-size: 26px;
    line-height: 31px;
    padding: 24px 20px 24px 35px;
  }

  .pros-cons-section .table-wrapper table thead th:not(:first-child) {
    width: 290px;
  }

  .pros-cons-section .table-wrapper table tbody tr td {
    padding: 24px 20px 24px 35px;
  }
}

@media (min-width: 1200px) {
  .pros-cons-section .tab-wrapper .tabs-container {
    margin: 0 0 60px;
  }
}

@media (min-width: 1430px) {
}
@media (min-width: 1660px) {
} */
