/**
 * Four column labels Block Styles
 *
 * @package TekCreative
 * @since 2.0.0
 */

.four-col-labels-001__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.25rem;
  -moz-column-gap: 2px;
       column-gap: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 49 35 / var(--tw-bg-opacity, 1))
}

.four-col-labels-001__column {
  position: relative;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 242 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  flex: 1 0 calc(20% - 2px)
}

.four-col-labels-001__column::before {
  position: absolute;
  top: -1.25rem;
  left: -1px;
  height: 1.25rem;
  width: calc(100% + 2px);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 242 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content)
}

.four-col-labels-001__column-subheading {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 110%;
  font-weight: 900;
  text-transform: uppercase
}