[data-component-id="osinett:ot-social"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
}

[data-component-id="osinett:ot-social"] img {
  width: 32px;
  height: 32px;
}

@media all and (max-width: 794px) {
  [data-component-id="osinett:ot-social"] {
    justify-content: center;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  margin: 0 32px;
}


@media all and (min-width: 576px) and (max-width: 767px) {
  margin: 0 16px;
}
