.c-info-widget {
  max-width: 600px;

  &--center {
    margin: 0 auto;
  }

  &__description {
    padding: $spacing;
    background: $brand-color--lighter;
    color: $brand-color--dark;
    @include font-size(18px, 26px);

    p {
      margin-top: 0;

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

  &__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  &__main-link {
    color: $brand-color--dark;
    @include font-size(16px, 24px);
  }

  &__icon-link {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    background: $brand-color--lighter;
    color: $brand-color--dark;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;

    .c-icon {
      width: 20px;
      height: 20px;
    }

    margin-right: $spacing--small;
  }
}
