.offset-md-2 {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .offset-md-2 {
    width: 66.66667% !important;
  }
}


.widget-links li {
  display: flex;
  align-items: center;
}

.widget-links li i {
  flex-shrink: 0;
  margin-right: 5px;
}

.widget-links li a {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  display: inline;
  width: auto;
  max-width: none;
}
