.four-columns-wrapper {
  width: 100%;
  padding: 0 16px;
  border: 2px dashed blue;
}

.four-columns {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.column-item {
  flex: 1 1 calc(33.33% - 16px) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 200px;
}

.column-item img {
  width: 80px;
  height: auto;
  margin-bottom: 8px;
}

.column-item h3 {
  margin-bottom: 0.4rem;
}

.column-item p {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}
