.client-showcase-table-section {
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 0.8rem;
  padding-top: 80px;
}
.client-showcase-table-section * {
  font-family: "Poppins", sans-serif;
}
.client-showcase-table-section .client-showcase-table-content {
  border-radius: 20px;
  background-color: white;
  width: 100%;
}
.client-showcase-table-section .table-head,
.client-showcase-table-section .table-row {
  padding: 40px 26px 20px 26px;
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-head,
  .client-showcase-table-section .table-row {
    padding: 40px 30px 20px 30px;
  }
}
@media (min-width: 1024px) {
  .client-showcase-table-section .table-head,
  .client-showcase-table-section .table-row {
    padding: 40px 56px 20px 56px;
  }
}
.client-showcase-table-section .table-head {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-head {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.client-showcase-table-section .table-head span {
  font-size: 18px;
}
.client-showcase-table-section .table-head .heading-1 {
  grid-column: span 4/span 4;
}
.client-showcase-table-section .table-head .heading-2 {
  grid-column: span 3/span 3;
}
.client-showcase-table-section .table-head .heading-3 {
  grid-column: span 2/span 2;
}
.client-showcase-table-section .table-head .heading-4 {
  grid-column: span 3/span 3;
}
.client-showcase-table-section hr {
  border-bottom: 1px solid rgb(239, 239, 239);
  opacity: 0.7;
  display: none;
}
@media (min-width: 768px) {
  .client-showcase-table-section hr {
    display: block;
  }
}
.client-showcase-table-section .table-row {
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row {
    width: auto;
    align-items: center;
    gap: 0px;
  }
}
.client-showcase-table-section .table-row .col-label {
  display: inline-block;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row .col-label {
    display: none;
  }
}
.client-showcase-table-section .table-row .row-divider {
  grid-column: span 10/span 10;
  height: 1px;
  background-color: gray;
  opacity: 0.7;
}
@media (min-width: 425px) {
  .client-showcase-table-section .table-row .row-divider {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row .row-divider {
    display: none;
  }
}
.client-showcase-table-section .table-row .client {
  grid-column: span 12/span 12;
  color: black;
}
@media (min-width: 425px) {
  .client-showcase-table-section .table-row .client {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row .client {
    grid-column: span 4/span 4;
  }
}
.client-showcase-table-section .table-row .client .client-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row .client .client-content {
    gap: 14px;
  }
}
.client-showcase-table-section .table-row .client img {
  width: 45px;
}
.client-showcase-table-section .table-row .client .client-name {
  font-size: 18px;
  font-weight: 500;
}
.client-showcase-table-section .table-row .traffic-increase {
  grid-column: span 12/span 12;
}
@media (min-width: 425px) {
  .client-showcase-table-section .table-row .traffic-increase {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row .traffic-increase {
    grid-column: span 3/span 3;
  }
}
.client-showcase-table-section .table-row .traffic-increase .traffic-increase-content {
  display: flex;
  gap: 10px;
}
.client-showcase-table-section .table-row .traffic-increase .traffic-increase-content .arrow-up-wrapper svg {
  width: 10px;
}
.client-showcase-table-section .table-row .traffic-increase .arrow-up-wrapper {
  background-color: rgb(47, 213, 47);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.client-showcase-table-section .table-row .traffic-increase .arrow-up-wrapper svg {
  font-size: 12px;
  width: 1em;
}
.client-showcase-table-section .table-row .traffic-increase .increase-numbers-wrapper span {
  font-size: 24px;
  font-weight: 500;
}
.client-showcase-table-section .table-row .traffic-increase .increase-numbers-wrapper .traffic-increase-range {
  display: flex;
  align-items: center;
  gap: 8px;
}
.client-showcase-table-section .table-row .traffic-increase .increase-numbers-wrapper .traffic-increase-range span {
  font-size: 16px;
  font-weight: 400;
}
.client-showcase-table-section .table-row .link-built {
  grid-column: span 12/span 12;
}
@media (min-width: 425px) {
  .client-showcase-table-section .table-row .link-built {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row .link-built {
    grid-column: span 2/span 2;
  }
}
.client-showcase-table-section .table-row .link-built .link-built-content {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  border-radius: 6px;
  padding: 3px 8px;
  color: white;
  background-color: black;
  font-size: 20px;
  font-weight: 500;
}
.client-showcase-table-section .table-row .time-span {
  grid-column: span 12/span 12;
}
@media (min-width: 425px) {
  .client-showcase-table-section .table-row .time-span {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .client-showcase-table-section .table-row .time-span {
    grid-column: span 3/span 3;
  }
}
.client-showcase-table-section .table-row .time-span .time-span-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.client-showcase-table-section .table-row .time-span .time-span-wrapper i {
  font-size: 22px;
}
.client-showcase-table-section .table-row .time-span .time-span-wrapper span {
  font-size: 18px;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */