.ow-image-link-list {
  text-align: left;
  font-weight: 300;
  margin-top: 15px; }
  .ow-image-link-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ow-image-link-list ul li {
      display: inline-flex; }
      .ow-image-link-list ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 4px;
        text-decoration: none;
        width: 30px;
        height: 30px;
        background: #D9171D;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%; }
        .ow-image-link-list ul li a i {
          color: #fff;
          font-size: 18px; }
