.elementor-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.elementor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 20px 0;
}

.elementor-column {
  flex-basis: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

.aux-text-widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aux-ico-box {
  width: 70px;
  height: 70px;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aux-ico {
  color: #ffffff;
  font-size: 30px;
}

.aux-text-inner {
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.widget-content {
  text-align: center;
  font-size: 18px;
}

/* Mobile-friendly styles */
@media (max-width: 767px) {
  .elementor-column {
    flex-basis: 100%;
  }

  .elementor-row {
    flex-direction: column;
  }
}
