.elementor-111 .elementor-element.elementor-element-d231648{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ddc6306 */.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
}

.item {
  background: #3498db;
  color: white;
  padding: 20px;
  width: 30%;
  text-align: center;
  border-radius: 6px;
}

/* Responsive on mobile */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .item {
    width: 100%;
    margin-bottom: 10px;
  }
}/* End custom CSS */