.elementor-element-6a80d04 .elementor-widget-image a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.elementor-element-6a80d04 .elementor-widget-image a img {
  width: 160px !important;
  height: auto !important;
  max-width: none !important;
}

.list-items-wrapper {
  display: flex;          /* This turns the list into a horizontal row */
  list-style: none;       /* Removes the bullet points */
  padding: 0;             /* Removes default browser padding */
  margin: 0;              /* Removes default browser margins */
  gap: 15px;              /* Adds space between the icons */
  align-items: center;    /* Vertically centers the items */
}

.ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}