.wdes-about-widget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #f3f5f9;
  padding: 30px;
  color: inherit;

  .logo-footer {
    margin: 0 0 20px 0;
    max-height: 40px;
  }

  >p {
    font-family: var(--text-font);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px 0;
    display: block;
    color: inherit;
  }

  .company-sc {
    .company-info-block {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      width: 100%;

      &:last-child {
        margin-bottom: 0;
      }

      i {
        color: inherit;
        font-size: 17px;
        margin-right: 15px;
      }

      span,
      a {
        font-family: var(--text-font);
        font-size: var(--text-base);
        font-weight: 400;
        text-decoration: none;
        color: inherit;
        line-height: 24px;
      }
    }
  }
}

// Footer Style
.footer {
  .wdes-about-widget {
    border: 0;
    padding: 0;
    margin: 0 0 50px;
  }
}

html[dir="rtl"] .wdes-about-widget .company-sc .company-info-block i {
  margin-right: 0;
  margin-left: 15px;
}