.text-section-3 .content {
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.text-section-3 .section-side-one .overline {
  margin-bottom: 8px;
}
.text-section-3 .columns-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 50px;
}
.text-section-3 .column-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  color: var(--body-default-font-color);
}
.text-section-3 .column-item .button-row {
  position: relative;
  width: 100%;
  top: -6px;
  padding-right: 10px;
  margin: 0;
}
.text-section-3 .column-icon {
  margin-bottom: 50px;
}
.text-section-3 .column-icon img {
  width: auto;
  height: 40px;
}
.text-section-3 .column-headline {
  color: var(--gray-700);
}
.text-section-3 .column-body ul {
  margin: 0;
}
.text-section-3 .column-body li {
  margin-top: 0;
}
.text-section-3 .column-body li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.text-section-3 .column-body p {
  margin-top: 0px;
}
.text-section-3 .column-body p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.text-section-3 > :last-child {
  margin-bottom: 0;
}
.text-section-3.has-icons .content {
  gap: 70px;
}
.text-section-3.has-icons .columns-container {
  gap: 35px 20px;
}
.text-section-3.has-icons .column-item {
  padding: 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 885px) {
  .text-section-3 .section-side-one,
  .text-section-3 .section-side-two {
    width: 100%;
  }
  .text-section-3.has-icons .content {
    gap: 50px;
  }
  .text-section-3.has-icons .columns-container {
    gap: 70px 20px;
  }
  .text-section-3.has-icons .column-item {
    padding: 0px;
  }
  .text-section-3.has-icons .column-icon {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .text-section-3 .columns-container {
    grid-template-columns: 1fr;
  }
  .text-section-3 .column-item {
    font-size: 16px;
  }
  .text-section-3.has-icons .column-item {
    font-size: 14px;
  }
}

/*
========================================
Per-Client Field Visibility
========================================
*/